Home
last modified time | relevance | path

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

123

/glibc-2.36/sysdeps/generic/
Dtls-setup.h20 tls_setup_tcbhead (struct pthread *pd) in tls_setup_tcbhead()
/glibc-2.36/sysdeps/x86/nptl/
Dtls-setup.h20 tls_setup_tcbhead (struct pthread *pd) in tls_setup_tcbhead()
/glibc-2.36/nptl/
Ddefault-sched.h27 collect_default_sched (struct pthread *pd) in collect_default_sched()
Dnptl_free_tcb.c24 __nptl_free_tcb (struct pthread *pd) in __nptl_free_tcb()
Dpthread_detach.c26 struct pthread *pd = (struct pthread *) th; in ___pthread_detach() local
Dpthread_tryjoin.c25 struct pthread *pd = (struct pthread *) threadid; in __pthread_tryjoin_np() local
Dnptl-stack.h32 __nptl_stack_in_use (struct pthread *pd) in __nptl_stack_in_use()
Dpthread_getcpuclockid.c29 struct pthread *pd = (struct pthread *) threadid; in __pthread_getcpuclockid() local
Dpthread_getschedparam.c28 struct pthread *pd = (struct pthread *) threadid; in __pthread_getschedparam() local
Dpthread_setschedprio.c29 struct pthread *pd = (struct pthread *) threadid; in __pthread_setschedprio() local
Dpthread_setschedparam.c29 struct pthread *pd = (struct pthread *) threadid; in __pthread_setschedparam() local
Dpthread_sigqueue.c31 struct pthread *pd = (struct pthread *) threadid; in __pthread_sigqueue() local
Dpthread_setaffinity.c29 const struct pthread *pd = (const struct pthread *) th; in __pthread_setaffinity_new() local
Dpthread_getaffinity.c31 const struct pthread *pd = (const struct pthread *) th; in __pthread_getaffinity_np() local
Dpthread_getname.c32 const struct pthread *pd = (const struct pthread *) th; in __pthread_getname_np() local
Dpthread_setname.c33 const struct pthread *pd = (const struct pthread *) th; in __pthread_setname_np() local
Dpthread_create.c231 static int create_thread (struct pthread *pd, const struct pthread_attr *attr, in create_thread()
337 struct pthread *pd = arg; in start_thread() local
602 report_thread_creation (struct pthread *pd) in report_thread_creation()
649 struct pthread *pd = NULL; in __pthread_create_2_1() local
Dpthread_join_common.c40 struct pthread *pd = (struct pthread *) threadid; in __pthread_clockjoin_ex() local
/glibc-2.36/sysdeps/unix/sysv/linux/
Ddefault-sched.h27 collect_default_sched (struct pthread *pd) in collect_default_sched()
Dtst-rseq.c39 struct pthread *pd = THREAD_SELF; in do_rseq_main_test() local
Dtst-rseq-disable.c33 struct pthread *pd = THREAD_SELF; in check_rseq_disabled() local
Ddl-execstack.c97 __nptl_change_stack_perm (struct pthread *pd) in __nptl_change_stack_perm()
/glibc-2.36/sysdeps/ia64/nptl/
Dtls.h91 #define THREAD_SYSINFO(pd) \ argument
96 # define SETUP_THREAD_SYSINFO(pd) \ argument
98 # define CHECK_THREAD_SYSINFO(pd) \ argument
111 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument
/glibc-2.36/sysdeps/nptl/
Ddl-tls_init_tp.c69 struct pthread *pd = THREAD_SELF; in __tls_init_tp() local
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dx2y2m1.c43 double pd = fabs (*(const double *) p); in compare() local

123