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