pthread_suspend_np - suspend execution of a real-time thread
#include <rtl_sched.h> int pthread_suspend_np (pthread_t thread);
This function is a non-portable Real-Time Linux extension. pthread_suspend_np suspends the execution of the thread thread until a call to pthread_wakeup_np.
Always returns 0.
None.
Michael Barabanov <baraban@fsmlabs.com>
pthread_wakeup_np(3), pthread_make_periodic_np(3)