/glibc-2.36/nptl/ |
D | pthread_mutex_trylock.c | 87 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock() 123 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock() 140 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock() 149 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock() 170 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock() 185 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock() 197 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock() 230 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in ___pthread_mutex_trylock() 247 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock() 255 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in ___pthread_mutex_trylock() [all …]
|
D | pthread_mutex_lock.c | 204 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 265 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 288 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 297 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 350 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 361 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 389 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_lock_full() 406 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 414 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() 478 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_lock_full() [all …]
|
D | pthread_mutex_timedlock.c | 128 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common() 179 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common() 196 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common() 205 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common() 274 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common() 285 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common() 313 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in __pthread_mutex_clocklock_common() 330 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common() 338 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common() 408 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in __pthread_mutex_clocklock_common() [all …]
|
D | unwind.c | 89 THREAD_SETMEM (self, cleanup, curp); in unwind_stop() 127 THREAD_SETMEM (self, exc.exception_class, 0); in __cleanup_fct_attribute() 128 THREAD_SETMEM (self, exc.exception_cleanup, &unwind_cleanup); in __cleanup_fct_attribute()
|
D | pthread_mutex_unlock.c | 157 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in libc_hidden_def() 186 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in libc_hidden_def() 257 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, in libc_hidden_def() 303 THREAD_SETMEM (THREAD_SELF, robust_head.list_op_pending, NULL); in libc_hidden_def()
|
D | cleanup_compat.c | 32 THREAD_SETMEM (self, cleanup, buffer); in __pthread_cleanup_push() 43 THREAD_SETMEM (self, cleanup, buffer->__prev); in __pthread_cleanup_pop()
|
D | libc-cleanup.c | 48 THREAD_SETMEM (self, cleanup, buffer); in __libc_cleanup_push_defer() 57 THREAD_SETMEM (self, cleanup, buffer->__prev); in libc_hidden_def()
|
D | cleanup.c | 34 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel() 52 THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel()
|
D | nptl_deallocate_tsd.c | 39 THREAD_SETMEM (self, specific_used, false); in __nptl_deallocate_tsd() 108 THREAD_SETMEM (self, specific_used, false); in __nptl_deallocate_tsd()
|
D | pthread_setspecific.c | 47 THREAD_SETMEM (self, specific_used, true); in ___pthread_setspecific() 81 THREAD_SETMEM (self, specific_used, true); in ___pthread_setspecific()
|
D | descr.h | 208 THREAD_SETMEM (THREAD_SELF, robust_head.list, \ 241 THREAD_SETMEM (THREAD_SELF, robust_list.__next, \ 249 THREAD_SETMEM (THREAD_SELF, robust_list.__next, runp->__next); \
|
D | cleanup_defer.c | 51 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel_defer() 68 THREAD_SETMEM (self, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel_restore()
|
D | pthread_create.c | 424 THREAD_SETMEM (pd, cleanup_jmp_buf, &unwind_buf); in start_thread() 443 THREAD_SETMEM (pd, result, ret); in start_thread() 888 THREAD_SETMEM (THREAD_SELF, header.multiple_threads, 1); in __pthread_create_2_1()
|
D | pthread_exit.c | 34 THREAD_SETMEM (THREAD_SELF, result, value); in __pthread_exit()
|
/glibc-2.36/sysdeps/nptl/ |
D | dl-tls_init_tp.c | 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() 130 THREAD_SETMEM (pd, stackblock_size, (size_t) __libc_stack_end); in __tls_init_tp()
|
D | tcb-access.h | 29 #define THREAD_SETMEM(descr, member, value) \ macro
|
/glibc-2.36/sysdeps/x86_64/nptl/ |
D | tls.h | 129 THREAD_SETMEM (__pd, header.dtv, (dtvp)); }) 196 THREAD_SETMEM (THREAD_SELF, header.stack_guard, value) 204 THREAD_SETMEM (THREAD_SELF, header.pointer_guard, value) 226 THREAD_SETMEM (THREAD_SELF, header.gscope_flag, THREAD_GSCOPE_FLAG_USED)
|
/glibc-2.36/sysdeps/x86_64/ |
D | tst-x86-64-tls-1.c | 28 THREAD_SETMEM (THREAD_SELF, header.ssp_base, (1ULL << 57) - 1); in do_test() 34 THREAD_SETMEM (THREAD_SELF, header.ssp_base, -1ULL); in do_test() 39 THREAD_SETMEM (THREAD_SELF, header.ssp_base, saved_ssp_base); in do_test()
|
/glibc-2.36/sysdeps/i386/nptl/ |
D | tls.h | 125 THREAD_SETMEM (__pd, header.dtv, (dtvp)); }) 251 THREAD_SETMEM (THREAD_SELF, header.stack_guard, value) 259 THREAD_SETMEM (THREAD_SELF, header.pointer_guard, value) 281 THREAD_SETMEM (THREAD_SELF, header.gscope_flag, THREAD_GSCOPE_FLAG_USED)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | rseq-internal.h | 40 THREAD_SETMEM (self, rseq_area.cpu_id, RSEQ_CPU_ID_REGISTRATION_FAILED); in rseq_register_current_thread() 47 THREAD_SETMEM (self, rseq_area.cpu_id, RSEQ_CPU_ID_REGISTRATION_FAILED); in rseq_register_current_thread()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | tls.h | 222 # define THREAD_SETMEM(descr, member, value) \ macro 301 THREAD_SETMEM (THREAD_SELF, stack_guard, value) 308 THREAD_SETMEM (THREAD_SELF, pointer_guard, value) 378 THREAD_SETMEM (THREAD_SELF, gscope_flag, THREAD_GSCOPE_FLAG_USED)
|
/glibc-2.36/sysdeps/sparc/nptl/ |
D | tls.h | 113 THREAD_SETMEM (THREAD_SELF, header.stack_guard, value) 122 THREAD_SETMEM (THREAD_SELF, header.pointer_guard, value)
|
/glibc-2.36/sysdeps/x86/ |
D | dl-cet.c | 51 THREAD_SETMEM (THREAD_SELF, header.feature_1, GL(dl_x86_feature_1)); in dl_cet_check() 232 THREAD_SETMEM (self, header.feature_1, feature_1); in dl_cet_check()
|
/glibc-2.36/hurd/hurd/ |
D | signal.h | 171 THREAD_SETMEM (THREAD_SELF, _hurd_sigstate, _hurd_thread_sigstate (self)); in _hurd_self_sigstate() 228 THREAD_SETMEM (THREAD_SELF, _hurd_sigstate, ss); in _hurd_critical_section_lock()
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | cpu-features.c | 37 THREAD_SETMEM (THREAD_SELF, header.feature_1, GL(dl_x86_feature_1)); in x86_setup_tls()
|