Home
last modified time | relevance | path

Searched defs:thread (Results 151 – 175 of 299) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp127 #define COMMON_INTERCEPTOR_SET_PTHREAD_NAME(ctx, thread, name) \ argument
244 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR()
290 INTERCEPTOR(int, pthread_join, void *thread, void **retval) { in INTERCEPTOR()
299 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR()
314 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR()
325 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR()
/freebsd/sys/kern/
H A Dkern_kcov.c124 struct thread *thread; /* (l) */ member
271 struct thread *thread; in kcov_mmap_cleanup() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp203 kmp_info_t *thread = ompt_get_thread(); in __ompt_get_thread_data_internal() local
497 static uint64_t thread = 1; in __ompt_get_unique_id_internal() local
H A Dkmp_itt.inl70 LINKAGE kmp_itthash_entry *__kmp_itthash_find(kmp_info_t *thread,
569 kmp_info_t *thread = __kmp_thread_from_gtid(gtid); local
581 kmp_info_t *thread = __kmp_thread_from_gtid(gtid); local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_i386.cpp20 Thread &thread, RegisterInfoInterface *register_info, lldb::addr_t pcb_addr) in RegisterContextFreeBSDKernel_i386()
H A DRegisterContextFreeBSDKernel_x86_64.cpp20 Thread &thread, RegisterInfoInterface *register_info, lldb::addr_t pcb_addr) in RegisterContextFreeBSDKernel_x86_64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.cpp63 lldb_private::Thread &thread, in RegisterContextPOSIX_arm64()
H A DRegisterContextPOSIX_powerpc.cpp92 Thread &thread, uint32_t concrete_frame_idx, in RegisterContextPOSIX_powerpc()
H A DRegisterContextMach_arm.cpp20 RegisterContextMach_arm::RegisterContextMach_arm(Thread &thread, in RegisterContextMach_arm()
H A DRegisterContextPOSIX_mips64.cpp42 Thread &thread, uint32_t concrete_frame_idx, in RegisterContextPOSIX_mips64()
H A DRegisterContextPOSIX_ppc64le.cpp115 Thread &thread, uint32_t concrete_frame_idx, in RegisterContextPOSIX_ppc64le()
H A DRegisterContextMemory.cpp21 RegisterContextMemory::RegisterContextMemory(Thread &thread, in RegisterContextMemory()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp23 ThreadPlanStepOverBreakpoint::ThreadPlanStepOverBreakpoint(Thread &thread) in ThreadPlanStepOverBreakpoint()
H A DThreadPlanPython.cpp29 ThreadPlanPython::ThreadPlanPython(Thread &thread, const char *class_name, in ThreadPlanPython()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c34 struct thread *thread; member
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp14 MsanThread *thread = (MsanThread*)MmapOrDie(size, __func__); in Create() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h24 pthread_t thread; member
H A Dtsd_generic.h9 pthread_t thread; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h80 virtual bool IsValidForOperatingSystemThread(Thread &thread) { return true; } in IsValidForOperatingSystemThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp14 DFsanThread *thread = (DFsanThread *)MmapOrDie(size, __func__); in Create() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp67 Thread *thread = sb_thread.get(); in SBThreadPlan() local
77 Thread *thread = sb_thread.get(); in SBThreadPlan() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp121 const HANDLE thread = in RunThread() local
/freebsd/contrib/unbound/util/
H A Dlocks.h174 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) argument
212 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) argument
289 #define ub_thread_join(thread) ub_thr_fork_wait(thread) argument
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c162 pthread_t thread; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp402 DynamicLoaderHexagonDYLD::GetStepThroughTrampolinePlan(Thread &thread, in GetStepThroughTrampolinePlan()
553 const lldb::ThreadSP thread, in GetThreadLocalData()

12345678910>>...12