pthread_wakeup_np - wake up a real-time thread
#include <rtl_sched.h> int pthread_wakeup_np (pthread_t thread);
This function is a non-portable Real-Time Linux extension. pthread_wakeup_np wakes up the real-time thread thread.
Always returns 0.
None.
Michael Barabanov <baraban@fsmlabs.com>
pthread_suspend_np(3), pthread_make_periodic_np(3), pthread_wait_np(3)