NAME
pthread_wakeup_np - wake up a real-time thread
SYNOPSIS
#include <rtl_sched.h>
int pthread_wakeup_np (pthread_t thread);
DESCRIPTION
This function is a non-portable Real-Time Linux extension.
pthread_wakeup_np wakes up the real-time thread thread,
that was suspended via a call to pthread_suspend_np.
RETURN VALUE
Always returns 0.
ERRORS
None.
NOTES
In the current implementation, waking up thread is actu
ally done via sending a RTL_SIGNAL_WAKEUP and then calling
the real-time scheduler.
AUTHOR
Michael Barabanov <baraban@fsmlabs.com>
SEE ALSO
pthread_suspend_np(3), pthread_make_periodic_np(3),
pthread_wait_np(3)
Man(1) output converted with
man2html