Searched refs:threadid (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | pthread_getcpuclockid.c | 26 pthread_t threadid, in pthread_getcpuclockid() argument 29 struct pthread *pd = (struct pthread *) threadid; in pthread_getcpuclockid()
|
A D | pthread_sigqueue.c | 31 pthread_t threadid, in pthread_sigqueue() argument 36 struct pthread *pd = (struct pthread *) threadid; in pthread_sigqueue()
|
A D | pthread_kill.c | 29 pthread_t threadid, in __pthread_kill() argument 32 struct pthread *pd = (struct pthread *) threadid; in __pthread_kill()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_tryjoin.c | 28 pthread_t threadid, in pthread_tryjoin_np() argument 32 struct pthread *pd = (struct pthread *) threadid; in pthread_tryjoin_np()
|
A D | pthread_setschedprio.c | 29 pthread_t threadid, in pthread_setschedprio() argument 32 struct pthread *pd = (struct pthread *) threadid; in pthread_setschedprio()
|
A D | pthread_getschedparam.c | 28 pthread_t threadid, in __pthread_getschedparam() argument 32 struct pthread *pd = (struct pthread *) threadid; in __pthread_getschedparam()
|
A D | pthread_timedjoin.c | 34 pthread_t threadid, in pthread_timedjoin_np() argument 39 struct pthread *pd = (struct pthread *) threadid; in pthread_timedjoin_np()
|
A D | pthread_setschedparam.c | 29 pthread_t threadid, in __pthread_setschedparam() argument 33 struct pthread *pd = (struct pthread *) threadid; in __pthread_setschedparam()
|
A D | pthread_join.c | 39 pthread_t threadid, in pthread_join() argument 42 struct pthread *pd = (struct pthread *) threadid; in pthread_join()
|
A D | pthreadP.h | 507 extern int __pthread_kill (pthread_t threadid, int signo);
|
Completed in 17 milliseconds