Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_detach.c27 struct pthread *pd = (struct pthread *) th; in pthread_detach() local
A Dpthread_create.c58 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 Dpthread_tryjoin.c32 struct pthread *pd = (struct pthread *) threadid; in pthread_tryjoin_np() local
A Dpthread_getschedparam.c32 struct pthread *pd = (struct pthread *) threadid; in __pthread_getschedparam() local
A Dpthread_setschedprio.c32 struct pthread *pd = (struct pthread *) threadid; in pthread_setschedprio() local
A Dpthread_cancel.c31 volatile struct pthread *pd = (volatile struct pthread *) th; in pthread_cancel() local
A Dpthread_setschedparam.c33 struct pthread *pd = (struct pthread *) threadid; in __pthread_setschedparam() local
A Dpthread_join.c42 struct pthread *pd = (struct pthread *) threadid; in pthread_join() local
A Dallocatestack.c49 # 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 Dpthread_timedjoin.c39 struct pthread *pd = (struct pthread *) threadid; in pthread_timedjoin_np() local
A DpthreadP.h215 # 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 Dinit.c281 struct pthread *pd = THREAD_SELF; in __pthread_initialize_minimal_internal() local
A Ddescr.h329 #define IS_DETACHED(pd) ((pd)->joinid == (pd)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dpthread_getcpuclockid.c29 struct pthread *pd = (struct pthread *) threadid; in pthread_getcpuclockid() local
A Draise.c31 struct pthread *pd = THREAD_SELF; in raise() local
A Dpthread_getaffinity.c31 const struct pthread *pd = (const struct pthread *) th; in __pthread_getaffinity_np() local
A Dpthread_kill.c32 struct pthread *pd = (struct pthread *) threadid; in __pthread_kill() local
A Dpthread_sigqueue.c36 struct pthread *pd = (struct pthread *) threadid; in pthread_sigqueue() local
A Dpthread_setaffinity.c59 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 Dcreatethread.c50 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 Dtls.h150 #define THREAD_SYSINFO(pd) ((pd)->header.sysinfo) argument
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/
A Dtls.h146 #define THREAD_SYSINFO(pd) ((pd)->header.sysinfo) argument

Completed in 24 milliseconds