Part Number: MSP432E401Y Tool/software: TI-RTOS Hello I am using MSP432E401Y development board. I want to stop a thread after some time, for this, I tried both pthread_cancel() and pthread_exit() API but both of them are not working. Please, can anyone suggest me a way to stop and restart a thread? Thank you
↧