/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_detach.c | 27 struct pthread *pd = (struct pthread *) th; in pthread_detach() local
|
A D | pthread_create.c | 58 struct pthread *pd) in __find_in_stack_list() 194 __free_tcb (struct pthread *pd) in __free_tcb() 226 struct pthread *pd = (struct pthread *) arg; in start_thread() local 445 struct pthread *pd = NULL; in __pthread_create_2_1() local
|
A D | pthread_tryjoin.c | 32 struct pthread *pd = (struct pthread *) threadid; in pthread_tryjoin_np() local
|
A D | pthread_getschedparam.c | 32 struct pthread *pd = (struct pthread *) threadid; in __pthread_getschedparam() local
|
A D | pthread_setschedprio.c | 32 struct pthread *pd = (struct pthread *) threadid; in pthread_setschedprio() local
|
A D | pthread_cancel.c | 31 volatile struct pthread *pd = (volatile struct pthread *) th; in pthread_cancel() local
|
A D | pthread_setschedparam.c | 33 struct pthread *pd = (struct pthread *) threadid; in __pthread_setschedparam() local
|
A D | pthread_join.c | 42 struct pthread *pd = (struct pthread *) threadid; in pthread_join() local
|
A D | allocatestack.c | 49 # define ALLOCATE_STACK(attr, pd) allocate_stack (attr, pd, &stackaddr) argument 68 # define ALLOCATE_STACK(attr, pd) \ argument 94 # define TLS_TPADJ(pd) (pd) argument 96 # define TLS_TPADJ(pd) ((struct pthread *)((char *) (pd) + TLS_PRE_TCB_SIZE)) argument 307 change_stack_perm (struct pthread *pd in change_stack_perm() 338 struct pthread *pd; in allocate_stack() local 703 __deallocate_stack (struct pthread *pd) in __deallocate_stack()
|
A D | pthread_timedjoin.c | 39 struct pthread *pd = (struct pthread *) threadid; in pthread_timedjoin_np() local
|
A D | pthreadP.h | 215 # define INVALID_TD_P(pd) __builtin_expect ((pd)->tid <= 0, 0) argument 216 # define INVALID_NOT_TERMINATED_TD_P(pd) __builtin_expect ((pd)->tid < 0, 0) argument
|
A D | init.c | 281 struct pthread *pd = THREAD_SELF; in __pthread_initialize_minimal_internal() local
|
A D | descr.h | 329 #define IS_DETACHED(pd) ((pd)->joinid == (pd)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | pthread_getcpuclockid.c | 29 struct pthread *pd = (struct pthread *) threadid; in pthread_getcpuclockid() local
|
A D | raise.c | 31 struct pthread *pd = THREAD_SELF; in raise() local
|
A D | pthread_getaffinity.c | 31 const struct pthread *pd = (const struct pthread *) th; in __pthread_getaffinity_np() local
|
A D | pthread_kill.c | 32 struct pthread *pd = (struct pthread *) threadid; in __pthread_kill() local
|
A D | pthread_sigqueue.c | 36 struct pthread *pd = (struct pthread *) threadid; in pthread_sigqueue() local
|
A D | pthread_setaffinity.c | 59 const struct pthread *pd = (const struct pthread *) th; in libpthread_hidden_def() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | createthread.c | 50 do_clone (struct pthread *pd, const struct pthread_attr *attr, in do_clone() 143 create_thread (struct pthread *pd, const struct pthread_attr *attr, in create_thread()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/ |
A D | tls.h | 150 #define THREAD_SYSINFO(pd) ((pd)->header.sysinfo) argument
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/ |
A D | tls.h | 146 #define THREAD_SYSINFO(pd) ((pd)->header.sysinfo) argument
|