/dflybsd-src/lib/libthread_xu/thread/ |
H A D | thr_syscalls.c | 169 pthread_t curthread; in __accept() local 187 pthread_t curthread = tls_get_curthread(); in _aio_suspend() local 203 pthread_t curthread = tls_get_curthread(); in __close() local 219 pthread_t curthread = tls_get_curthread(); in __connect() local 235 pthread_t curthread = tls_get_curthread(); in ___creat() local 251 pthread_t curthread = tls_get_curthread(); in __fcntl() local 286 pthread_t curthread = tls_get_curthread(); in __fsync() local 302 pthread_t curthread = tls_get_curthread(); in __fdatasync() local 318 pthread_t curthread = tls_get_curthread(); in __msync() local 335 pthread_t curthread = tls_get_curthread(); in __nanosleep() local [all …]
|
H A D | thr_cancel.c | 38 pthread_t curthread = tls_get_curthread(); in _pthread_cancel() local 69 testcancel(pthread_t curthread) in testcancel() 81 pthread_t curthread = tls_get_curthread(); in _pthread_setcancelstate() local 106 pthread_t curthread = tls_get_curthread(); in _pthread_setcanceltype() local 136 _thr_cancel_enter(pthread_t curthread) in _thr_cancel_enter() 149 _thr_cancel_leave(pthread_t curthread, int previous) in _thr_cancel_leave()
|
H A D | thr_mutex.c | 115 mutex_log2(pthread_t curthread, pthread_mutex_t m, int op) in mutex_log2() 281 _mutex_fork(pthread_t curthread, lwpid_t tid) in _mutex_fork() 292 pthread_t curthread = tls_get_curthread(); in _pthread_mutex_destroy() local 344 mutex_trylock_common(pthread_t curthread, pthread_mutex_t *mutex) in mutex_trylock_common() 370 pthread_t curthread = tls_get_curthread(); in __pthread_mutex_trylock() local 390 pthread_t curthread = tls_get_curthread(); in _pthread_mutex_trylock() local 406 mutex_lock_common(pthread_t curthread, pthread_mutex_t *mutex, in mutex_lock_common() 454 pthread_t curthread; in __pthread_mutex_lock() local 476 pthread_t curthread; in _pthread_mutex_lock() local 501 pthread_t curthread; in __pthread_mutex_timedlock() local [all …]
|
H A D | thr_list.c | 104 _thr_gc(pthread_t curthread) in _thr_gc() 150 _thr_alloc(pthread_t curthread) in _thr_alloc() 190 _thr_free(pthread_t curthread, pthread_t thread) in _thr_free() 239 _thr_link(pthread_t curthread, pthread_t thread) in _thr_link() 257 _thr_unlink(pthread_t curthread, pthread_t thread) in _thr_unlink() 300 _thr_ref_add(pthread_t curthread, pthread_t thread, in _thr_ref_add() 320 _thr_ref_delete(pthread_t curthread, pthread_t thread) in _thr_ref_delete()
|
H A D | thr_sig.c | 63 pthread_t curthread = tls_get_curthread(); in sigcancel_handler() local 71 _thr_ast(pthread_t curthread) in _thr_ast() 82 _thr_suspend_check(pthread_t curthread) in _thr_suspend_check() 198 pthread_t curthread = tls_get_curthread(); in _sigsuspend() local 224 pthread_t curthread = tls_get_curthread(); in __sigtimedwait() local 247 pthread_t curthread = tls_get_curthread(); in __sigwaitinfo() local 294 pthread_t curthread; in _thr_log() local
|
H A D | thr_spinlock.c | 65 pthread_t curthread = tls_get_curthread(); in _spinunlock() local 73 pthread_t curthread; in _spinlock() local 92 pthread_t curthread; in _spintrylock() local 116 pthread_t curthread = tls_get_curthread(); in init_spinlock() local
|
H A D | thr_fork.c | 89 pthread_t curthread; in _pthread_atfork() local 120 pthread_t curthread; in _thr_atfork_kern() local 137 pthread_t curthread; in __pthread_cxa_finalize() local 168 pthread_t curthread; in _fork() local
|
H A D | thr_suspend_np.c | 45 pthread_t curthread = tls_get_curthread(); in _pthread_suspend_np() local 70 pthread_t curthread = tls_get_curthread(); in _pthread_suspend_all_np() local 116 suspend_common(pthread_t curthread, pthread_t thread, int waitok) in suspend_common()
|
H A D | thr_exit.c | 81 pthread_t curthread = tls_get_curthread(); in _thr_exit_cleanup() local 102 pthread_t curthread = tls_get_curthread(); in _pthread_exit() local 132 pthread_t curthread = tls_get_curthread(); in exit_thread() local
|
H A D | thr_rwlock.c | 184 pthread_t curthread = tls_get_curthread(); in rwlock_rdlock_common() local 288 pthread_t curthread = tls_get_curthread(); in _pthread_rwlock_tryrdlock() local 334 pthread_t curthread = tls_get_curthread(); in _pthread_rwlock_trywrlock() local 370 pthread_t curthread; in _pthread_rwlock_unlock() local 421 pthread_t curthread = tls_get_curthread(); in rwlock_wrlock_common() local
|
H A D | thr_pspinlock.c | 75 pthread_t curthread = tls_get_curthread(); in _pthread_spin_trylock() local 86 pthread_t curthread; in _pthread_spin_lock() local 110 pthread_t curthread = tls_get_curthread(); in _pthread_spin_unlock() local
|
H A D | thr_kern.c | 69 _thr_signal_block(pthread_t curthread) in _thr_signal_block() 88 _thr_signal_unblock(pthread_t curthread) in _thr_signal_unblock() 198 pthread_t curthread = tls_get_curthread(); in _thr_getscheduler() local 214 pthread_t curthread = tls_get_curthread(); in _thr_setscheduler() local
|
H A D | thr_spec.c | 49 pthread_t curthread; in _pthread_key_create() local 80 pthread_t curthread = tls_get_curthread(); in _pthread_key_delete() local 102 pthread_t curthread = tls_get_curthread(); in _thread_cleanupspecific() local
|
H A D | thr_clean.c | 44 pthread_t curthread = tls_get_curthread(); in _pthread_cleanup_push() local 61 pthread_t curthread = tls_get_curthread(); in _pthread_cleanup_pop() local
|
H A D | thr_resume_np.c | 46 pthread_t curthread = tls_get_curthread(); in _pthread_resume_np() local 63 pthread_t curthread = tls_get_curthread(); in _pthread_resume_all_np() local
|
H A D | thr_event.c | 45 _thr_report_creation(pthread_t curthread, pthread_t newthread) in _thr_report_creation() 58 _thr_report_death(pthread_t curthread) in _thr_report_death()
|
H A D | thr_affinity.c | 44 pthread_t curthread = tls_get_curthread(); in _pthread_getaffinity_np() local 82 pthread_t curthread = tls_get_curthread(); in _pthread_setaffinity_np() local
|
H A D | thr_cond.c | 157 pthread_t curthread = tls_get_curthread(); in _pthread_cond_destroy() local 206 pthread_t curthread = tls_get_curthread(); in cond_cancel_handler() local 234 pthread_t curthread = tls_get_curthread(); in cond_wait_common() local 363 pthread_t curthread = tls_get_curthread(); in cond_signal_common() local
|
H A D | thr_create.c | 58 pthread_t curthread, new_thread; in _pthread_create() local 218 pthread_t curthread = (pthread_t)arg; in thread_start() local
|
H A D | thr_info.c | 47 pthread_t curthread = tls_get_curthread(); in _pthread_setname_np() local 81 pthread_t curthread = tls_get_curthread(); in _pthread_getname_np() local
|
H A D | thr_join.c | 43 pthread_t curthread = tls_get_curthread(); in backout_join() local 72 pthread_t curthread = tls_get_curthread(); in join_common() local
|
H A D | thr_getthreadid_np.c | 38 pthread_t curthread = tls_get_curthread(); in _pthread_getthreadid_np() local
|
H A D | thr_detach.c | 39 pthread_t curthread = tls_get_curthread(); in _pthread_detach() local
|
H A D | thr_kill.c | 43 pthread_t curthread; in _pthread_kill() local
|
/dflybsd-src/lib/libc/stdio/ |
H A D | _flock_stub.c | 52 pthread_t curthread = _pthread_self(); in _flockfile() local 79 pthread_t curthread = _pthread_self(); in _ftrylockfile() local 100 pthread_t curthread = _pthread_self(); in _funlockfile() local
|