harishn6 opened a new issue, #17052: URL: https://github.com/apache/nuttx/issues/17052
### Description Hello, I am trying to understand how to suspend and resume a task in NuttX. • I checked the POSIX APIs but I couldn’t find a clear way to suspend/resume a thread. • I also explored NuttX kernel APIs, but I did not find a direct API for suspending/resuming tasks. Could you please clarify: 1. What is the recommended way in NuttX to suspend and resume a task? 2. Should I rely on POSIX APIs or are there NuttX-specific kernel APIs for this functionality? 3. Is there an equivalent to FreeRtos’s vTaskSuspend / vTaskResume APIs in NuttX? Any examples or pointers to documentation/code would be very helpful. Thanks, Harish N ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org