Lines Matching refs:pd
69 struct pthread *pd = THREAD_SELF; in __tls_init_tp() local
72 list_add (&pd->list, &GL (dl_stack_user)); in __tls_init_tp()
75 pd->tid = INTERNAL_SYSCALL_CALL (set_tid_address, &pd->tid); in __tls_init_tp()
76 THREAD_SETMEM (pd, specific[0], &pd->specific_1stblock[0]); in __tls_init_tp()
77 THREAD_SETMEM (pd, user_stack, true); in __tls_init_tp()
82 THREAD_SETMEM (pd, report_events, __nptl_initial_report_events); in __tls_init_tp()
87 pd->robust_prev = &pd->robust_head; in __tls_init_tp()
89 pd->robust_head.list = &pd->robust_head; in __tls_init_tp()
90 pd->robust_head.futex_offset = (offsetof (pthread_mutex_t, __data.__lock) in __tls_init_tp()
93 int res = INTERNAL_SYSCALL_CALL (set_robust_list, &pd->robust_head, in __tls_init_tp()
108 if (rseq_register_current_thread (pd, do_rseq)) in __tls_init_tp()
113 size = sizeof (pd->rseq_area); in __tls_init_tp()
123 offset = (char *) &pd->rseq_area - (char *) __thread_pointer (); in __tls_init_tp()
130 THREAD_SETMEM (pd, stackblock_size, (size_t) __libc_stack_end); in __tls_init_tp()
132 THREAD_SETMEM (pd, cancelstate, PTHREAD_CANCEL_ENABLE); in __tls_init_tp()
133 THREAD_SETMEM (pd, canceltype, PTHREAD_CANCEL_DEFERRED); in __tls_init_tp()