Home
last modified time | relevance | path

Searched defs:thread (Results 176 – 200 of 299) sorted by relevance

12345678910>>...12

/freebsd/contrib/unbound/util/
H A Dlocks.c134 void ub_thr_fork_wait(ub_thread_type thread) in ub_thr_fork_wait()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp137 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() local
302 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() local
1116 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h124 inline void ompt_set_thread_state(kmp_info_t *thread, ompt_state_t state) { in ompt_set_thread_state()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp174 DynamicLoaderWindowsDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp309 AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) { in AugmentUnwindPlanFromCallSite()
314 Thread &thread, in GetFastUnwindPlan()
/freebsd/contrib/jemalloc/src/
H A Dmutex.c32 pthread_create(pthread_t *__restrict thread, in pthread_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp475 INTERCEPTOR(int, pthread_join, void *thread, void **retval) { in INTERCEPTOR()
484 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR()
499 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR()
513 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp21 Thread &thread, lldb::addr_t register_data_addr) in RegisterContextThreadMemory()
H A DNativeProcessSoftwareSingleStep.cpp98 NativeThreadProtocol &thread) { in SetupSoftwareSingleStepping()
/freebsd/sys/ddb/
H A Ddb_ps.c346 DB_SHOW_COMMAND(thread, db_show_thread) in DB_SHOW_COMMAND() argument
/freebsd/sys/arm64/arm64/
H A Ddebug_monitor.c668 dbg_monitor_enter(struct thread *thread) in dbg_monitor_enter()
693 dbg_monitor_exit(struct thread *thread, struct trapframe *frame) in dbg_monitor_exit()
/freebsd/crypto/openssh/
H A Dauth-pam.c193 pthread_create(sp_pthread_t *thread, const void *attr, in pthread_create()
219 pthread_cancel(sp_pthread_t thread) in pthread_cancel()
227 pthread_join(sp_pthread_t thread, void **value) in pthread_join()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_timer.c55 pthread_t thread; member
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigmask.c180 pthread_t thread; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp79 MemprofThread *thread = (MemprofThread *)MmapOrDie(size, __func__); in Create() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp26 UnwindLLDB::UnwindLLDB(Thread &thread) in UnwindLLDB()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c56 HANDLE thread; member
/freebsd/lib/libc/gen/
H A D_pthread_stubs.c344 stub_getname_np(pthread_t thread, char *buf, size_t len) in stub_getname_np()
/freebsd/contrib/libevent/test/
H A Dtest-changelist.c56 HANDLE thread; member
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c105 taskq_member(taskq_t *tq, kthread_t *thread) in taskq_member()
/freebsd/lib/libthr/thread/
H A Dthr_rwlock.c143 init_static(struct pthread *thread, pthread_rwlock_t *rwlock) in init_static()
H A Dthr_init.c373 init_main_thread(struct pthread *thread) in init_main_thread()
/freebsd/sys/kern/
H A Dsubr_trap.c220 void (*f)(struct thread *, int asts)) in ast_register()
/freebsd/crypto/openssl/test/
H A Dthreadstest.c67 thread_t thread; in test_once() local
112 thread_t thread; in test_thread_local() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp98 AsanThread *thread = (AsanThread *)MmapOrDie(size, __func__); in Create() local
128 if (AsanThread *thread = GetCurrentThread()) in Destroy() local

12345678910>>...12