Lines Matching defs:thread
84 static inline bool IsPthread(pthread_t thread) in IsPthread()
177 pthread_t thread = pthread_self(); in CheckForCancel() local
194 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
233 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam()
257 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio()
276 pthread_t thread = pthread_self(); in pthread_once() local
307 pthread_t thread = pthread_self(); in pthread_setcancelstate() local
340 pthread_t thread = pthread_self(); in pthread_setcanceltype() local
368 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam()
418 int pthread_cancel(pthread_t thread) in pthread_cancel()
461 int pthread_join(pthread_t thread, void **retval) in pthread_join()
489 int pthread_detach(pthread_t thread) in pthread_detach()
513 pthread_t thread = pthread_self(); in pthread_exit() local
541 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np()
579 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np()
634 pthread_t thread = pthread_self(); in pthread_key_create() local
672 pthread_t thread = pthread_self(); in pthread_key_delete() local