Home
last modified time | relevance | path

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 Dpthread_getcpuclockid.c26 pthread_t threadid, in pthread_getcpuclockid() argument
29 struct pthread *pd = (struct pthread *) threadid; in pthread_getcpuclockid()
A Dpthread_sigqueue.c31 pthread_t threadid, in pthread_sigqueue() argument
36 struct pthread *pd = (struct pthread *) threadid; in pthread_sigqueue()
A Dpthread_kill.c29 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 Dpthread_tryjoin.c28 pthread_t threadid, in pthread_tryjoin_np() argument
32 struct pthread *pd = (struct pthread *) threadid; in pthread_tryjoin_np()
A Dpthread_setschedprio.c29 pthread_t threadid, in pthread_setschedprio() argument
32 struct pthread *pd = (struct pthread *) threadid; in pthread_setschedprio()
A Dpthread_getschedparam.c28 pthread_t threadid, in __pthread_getschedparam() argument
32 struct pthread *pd = (struct pthread *) threadid; in __pthread_getschedparam()
A Dpthread_timedjoin.c34 pthread_t threadid, in pthread_timedjoin_np() argument
39 struct pthread *pd = (struct pthread *) threadid; in pthread_timedjoin_np()
A Dpthread_setschedparam.c29 pthread_t threadid, in __pthread_setschedparam() argument
33 struct pthread *pd = (struct pthread *) threadid; in __pthread_setschedparam()
A Dpthread_join.c39 pthread_t threadid, in pthread_join() argument
42 struct pthread *pd = (struct pthread *) threadid; in pthread_join()
A DpthreadP.h507 extern int __pthread_kill (pthread_t threadid, int signo);

Completed in 17 milliseconds