/openbsd/include/ |
H A D | tib.h | 137 struct tib { struct 138 void *tib_atexit; argument 140 pid_t tib_tid; argument 143 int tib_canceled; argument 144 int tib_errno; argument 145 void *tib_locale; argument 147 void *tib_thread; argument 151 void *tib_thread; argument 177 struct tib { struct 185 int tib_errno; argument [all …]
|
/openbsd/lib/librthread/ |
H A D | rthread.c | 103 struct tib *tib = TIB_GET(); in sigthr_handler() local 283 struct tib *tib = TIB_GET(); in pthread_join() local 348 struct tib *tib; in pthread_create() local 418 struct tib *tib = thread->tib; in pthread_kill() local 430 struct tib *tib = thread->tib; in pthread_cancel() local 448 struct tib *tib = TIB_GET(); in pthread_testcancel() local 457 struct tib *tib = TIB_GET(); in pthread_setcancelstate() local 479 struct tib *tib = TIB_GET(); in pthread_setcanceltype() local
|
H A D | rthread_sem.c | 219 struct tib *tib = TIB_GET(); in sem_wait() local 251 struct tib *tib = TIB_GET(); in sem_timedwait() local
|
H A D | rthread_fork.c | 81 struct tib *tib = me->tib; in _dofork() local
|
H A D | rthread_sem_compat.c | 234 struct tib *tib = TIB_GET(); in sem_wait() local 264 struct tib *tib = TIB_GET(); in sem_timedwait() local
|
/openbsd/lib/libc/include/ |
H A D | cancel.h | 39 #define PREP_CANCEL_POINT(tib) \ argument 42 #define ENTER_CANCEL_POINT_INNER(tib, can_cancel, delay) \ argument 53 #define LEAVE_CANCEL_POINT_INNER(tib, can_cancel) \ argument
|
H A D | thread_private.h | 378 struct tib *tib; member 402 #define ENTER_DELAYED_CANCEL_POINT(tib, self) \ argument
|
/openbsd/libexec/ld.so/ |
H A D | tib.c | 61 struct tib *tib; in allocate_tib() local 117 _dl_free_tib(void *tib, size_t extra) in _dl_free_tib() 258 struct tib *tib; in _dl_allocate_first_tib() local
|
/openbsd/lib/libc/thread/ |
H A D | rthread.c | 77 struct tib *tib; in _rthread_init() local 125 struct tib *tib; in pthread_exit() local
|
H A D | rthread_sync.c | 290 struct tib *tib = TIB_GET(); in pthread_cond_timedwait() local 446 struct tib *tib = TIB_GET(); in pthread_cond_wait() local
|
H A D | rthread_cond.c | 75 struct tib *tib = TIB_GET(); in _rthread_cond_timedwait() local
|
/openbsd/lib/libc/dlfcn/ |
H A D | init.c | 260 struct tib *tib; in setup_static_tib() local 330 struct tib *tib; in _static_tls_init() local
|
H A D | tib.c | 75 _dl_free_tib(void *tib, size_t extra) in _dl_free_tib()
|
/openbsd/lib/libc/locale/ |
H A D | uselocale.c | 27 struct tib *tib; in uselocale() local
|
H A D | _CurrentRuneLocale.c | 28 struct tib *tib; in _CurrentRuneLocale() local
|
/openbsd/lib/libc/stdlib/ |
H A D | thread_atexit.c | 30 struct tib *tib = TIB_GET(); in __cxa_thread_atexit_impl() local
|
H A D | atexit.c | 129 struct tib *tib = TIB_GET(); in _thread_finalize() local
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 660 TIB *tib; in my_type() local 674 TIB *tib; in my_type_set() local 2489 PTIB tib; in Perl_Register_MQ() local 2578 PTIB tib; in Perl_Deregister_MQ() local 2663 PTIB tib; in async_mssleep() local 4659 PTIB tib; in force_init_emx_runtime() local 4889 PTIB tib; in check_emx_runtime() local
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 385 NT_TIB *tib = (NT_TIB *)NtCurrentTeb(); in asan_thread_exit() local
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
H A D | Process.xs | 220 TIB *tib; in my_type() local
|