Searched defs:threadid (Results 1 – 11 of 11) sorted by relevance
/nptl/ |
A D | pthread_kill.c | 28 __pthread_kill_implementation (pthread_t threadid, int signo, int no_tid) in __pthread_kill_implementation() 73 __pthread_kill_internal (pthread_t threadid, int signo) in __pthread_kill_internal() 82 __pthread_kill (pthread_t threadid, int signo) in __pthread_kill() 103 __pthread_kill_esrch (pthread_t threadid, int signo) in __pthread_kill_esrch()
|
A D | pthread_join.c | 22 ___pthread_join (pthread_t threadid, void **thread_return) in ___pthread_join()
|
A D | pthread_tryjoin.c | 22 __pthread_tryjoin_np (pthread_t threadid, void **thread_return) in __pthread_tryjoin_np()
|
A D | pthread_timedjoin.c | 23 ___pthread_timedjoin_np64 (pthread_t threadid, void **thread_return, in ___pthread_timedjoin_np64()
|
A D | pthread_getcpuclockid.c | 27 __pthread_getcpuclockid (pthread_t threadid, clockid_t *clockid) in __pthread_getcpuclockid()
|
A D | pthread_clockjoin.c | 25 ___pthread_clockjoin_np64 (pthread_t threadid, void **thread_return, in ___pthread_clockjoin_np64()
|
A D | pthread_getschedparam.c | 25 __pthread_getschedparam (pthread_t threadid, int *policy, in __pthread_getschedparam()
|
A D | pthread_setschedprio.c | 27 __pthread_setschedprio (pthread_t threadid, int prio) in __pthread_setschedprio()
|
A D | pthread_setschedparam.c | 26 __pthread_setschedparam (pthread_t threadid, int policy, in __pthread_setschedparam()
|
A D | pthread_sigqueue.c | 28 __pthread_sigqueue (pthread_t threadid, int signo, const union sigval value) in __pthread_sigqueue()
|
A D | pthread_join_common.c | 36 __pthread_clockjoin_ex (pthread_t threadid, void **thread_return, in __pthread_clockjoin_ex()
|
Completed in 11 milliseconds