Lines Matching defs:thread
82 static inline bool IsPthread(pthread_t thread) in IsPthread()
175 pthread_t thread = pthread_self(); in CheckForCancel() local
192 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
230 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam()
254 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio()
273 pthread_t thread = pthread_self(); in pthread_once() local
304 pthread_t thread = pthread_self(); in pthread_setcancelstate() local
337 pthread_t thread = pthread_self(); in pthread_setcanceltype() local
365 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam()
415 int pthread_cancel(pthread_t thread) in pthread_cancel()
458 int pthread_join(pthread_t thread, void **retval) in pthread_join()
486 int pthread_detach(pthread_t thread) in pthread_detach()
508 pthread_t thread = pthread_self(); in pthread_exit() local
536 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np()
574 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np()
629 pthread_t thread = pthread_self(); in pthread_key_create() local
667 pthread_t thread = pthread_self(); in pthread_key_delete() local