18 #pragma GCC system_header 19 #include_next <pthread.h> 21 #ifndef _XENOMAI_TRANK_POSIX_PTHREAD_H 22 #define _XENOMAI_TRANK_POSIX_PTHREAD_H 52 static inline int pthread_set_mode_np(
int clrmask,
int setmask,
77 static inline int pthread_set_name_np(pthread_t thread,
84 struct timespec *starttp,
85 struct timespec *periodtp);
int pthread_wait_np(unsigned long *overruns_r)
Wait for the next periodic release point (compatibility service)
Definition: posix.c:147
int pthread_setmode_np(int clrmask, int setmask, int *mask_r)
Set the mode of the current thread.
Definition: thread.c:424
int pthread_make_periodic_np(pthread_t thread, struct timespec *starttp, struct timespec *periodtp)
Make a thread periodic (compatibility service).
Definition: posix.c:66
int pthread_setname_np(pthread_t thread, const char *name)
Set a thread name.
Definition: thread.c:448