/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cpp | 143 auto *thr = (ThreadState *)Alloc(sizeof(ThreadState)); in AllocGoroutine() local 151 ThreadState *thr = AllocGoroutine(); in __tsan_init() local 160 ThreadState *thr = main_thr; in __tsan_fini() local 169 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read() 173 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc() 181 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write() 185 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc() 193 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range() 197 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range() 201 void __tsan_func_enter(ThreadState *thr, void *pc) { in __tsan_func_enter() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() 31 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace() 38 static void ReportDeadlock(Thread *thr, DDReport *rep) { in ReportDeadlock() 57 Callback::Callback(Thread *thr) in Callback() 99 void ThreadInit(Thread *thr) { in ThreadInit() 106 void ThreadDestroy(Thread *thr) { in ThreadDestroy() 111 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() 124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() 137 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() 148 void MutexDestroy(Thread *thr, uptr m) { in MutexDestroy()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 56 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() 69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() 80 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc() 101 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() 145 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork() 178 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire() 189 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease() 202 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess() 210 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose() 253 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() [all …]
|
H A D | tsan_mman.cpp | 88 ThreadState *thr = cur_thread(); ScopedGlobalProcessor() local 111 ThreadState *thr = cur_thread(); ~ScopedGlobalProcessor() local 166 SignalUnsafeCall(ThreadState * thr,uptr pc) SignalUnsafeCall() argument 181 user_alloc_internal(ThreadState * thr,uptr pc,uptr sz,uptr align,bool signal) user_alloc_internal() argument 213 user_free(ThreadState * thr,uptr pc,void * p,bool signal) user_free() argument 222 user_alloc(ThreadState * thr,uptr pc,uptr sz) user_alloc() argument 226 user_calloc(ThreadState * thr,uptr pc,uptr size,uptr n) user_calloc() argument 239 user_reallocarray(ThreadState * thr,uptr pc,void * p,uptr size,uptr n) user_reallocarray() argument 249 OnUserAlloc(ThreadState * thr,uptr pc,uptr p,uptr sz,bool write) OnUserAlloc() argument 267 OnUserFree(ThreadState * thr,uptr pc,uptr p,bool write) OnUserFree() argument 282 user_realloc(ThreadState * thr,uptr pc,void * p,uptr sz) user_realloc() argument 300 user_memalign(ThreadState * thr,uptr pc,uptr align,uptr sz) user_memalign() argument 311 user_posix_memalign(ThreadState * thr,uptr pc,void ** memptr,uptr align,uptr sz) user_posix_memalign() argument 328 user_aligned_alloc(ThreadState * thr,uptr pc,uptr align,uptr sz) user_aligned_alloc() argument 339 user_valloc(ThreadState * thr,uptr pc,uptr sz) user_valloc() argument 343 user_pvalloc(ThreadState * thr,uptr pc,uptr sz) user_pvalloc() argument 394 ThreadState *thr = cur_thread(); invoke_malloc_hook() local 401 ThreadState *thr = cur_thread(); invoke_free_hook() local 408 ThreadState *thr = cur_thread(); Alloc() local 418 ThreadState *thr = cur_thread(); FreeImpl() local 480 ThreadState *thr = cur_thread(); __tsan_on_thread_idle() local [all...] |
H A D | tsan_rtl.cpp | 79 TracePartAlloc(ThreadState * thr) TracePartAlloc() argument 232 DoReset(ThreadState * thr,uptr epoch) DoReset() argument 251 FindSlotAndLock(ThreadState * thr) FindSlotAndLock() argument 295 SlotAttachAndLock(ThreadState * thr) SlotAttachAndLock() argument 319 SlotDetachImpl(ThreadState * thr,bool exiting) SlotDetachImpl() argument 351 SlotDetach(ThreadState * thr) SlotDetach() argument 356 SlotLock(ThreadState * thr) SlotLock() argument 376 SlotUnlock(ThreadState * thr) SlotUnlock() argument 568 UnmapShadow(ThreadState * thr,uptr addr,uptr size) UnmapShadow() argument 669 ThreadState* thr = cur_thread(); CheckUnwind() local 680 Initialize(ThreadState * thr) Initialize() argument 767 Finalize(ThreadState * thr) Finalize() argument 807 ForkBefore(ThreadState * thr,uptr pc) ForkBefore() argument 834 ForkAfter(ThreadState * thr) ForkAfter() argument 848 ForkParentAfter(ThreadState * thr,uptr pc) ForkParentAfter() argument 850 ForkChildAfter(ThreadState * thr,uptr pc,bool start_thread) ForkChildAfter() argument 875 GrowShadowStack(ThreadState * thr) GrowShadowStack() argument 887 CurrentStackId(ThreadState * thr,uptr pc) CurrentStackId() argument 909 TraceSkipGap(ThreadState * thr) TraceSkipGap() argument 940 TraceSwitchPart(ThreadState * thr) TraceSwitchPart() argument 957 TraceSwitchPartImpl(ThreadState * thr) TraceSwitchPartImpl() argument 1033 ThreadIgnoreBegin(ThreadState * thr,uptr pc) ThreadIgnoreBegin() argument 1044 ThreadIgnoreEnd(ThreadState * thr) ThreadIgnoreEnd() argument 1059 ThreadState *thr = cur_thread(); __tsan_testonly_shadow_stack_current_size() local 1064 ThreadIgnoreSyncBegin(ThreadState * thr,uptr pc) ThreadIgnoreSyncBegin() argument 1074 ThreadIgnoreSyncEnd(ThreadState * thr) ThreadIgnoreSyncEnd() argument [all...] |
H A D | tsan_rtl_mutex.cpp | 30 ThreadState *thr; member 44 DDMutexInit(ThreadState * thr,uptr pc,SyncVar * s) DDMutexInit() argument 50 ReportMutexMisuse(ThreadState * thr,uptr pc,ReportType typ,uptr addr,StackID creation_stack_id) ReportMutexMisuse() argument 68 RecordMutexLock(ThreadState * thr,uptr pc,uptr addr,StackID stack_id,bool write) RecordMutexLock() argument 80 RecordMutexUnlock(ThreadState * thr,uptr addr) RecordMutexUnlock() argument 86 MutexCreate(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexCreate() argument 98 MutexDestroy(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexDestroy() argument 140 MutexPreLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPreLock() argument 158 MutexPostLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz,int rec) MutexPostLock() argument 216 MutexUnlock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexUnlock() argument 266 MutexPreReadLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPreReadLock() argument 281 MutexPostReadLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPostReadLock() argument 324 MutexReadUnlock(ThreadState * thr,uptr pc,uptr addr) MutexReadUnlock() argument 365 MutexReadOrWriteUnlock(ThreadState * thr,uptr pc,uptr addr) MutexReadOrWriteUnlock() argument 419 MutexRepair(ThreadState * thr,uptr pc,uptr addr) MutexRepair() argument 428 MutexInvalidAccess(ThreadState * thr,uptr pc,uptr addr) MutexInvalidAccess() argument 441 Acquire(ThreadState * thr,uptr pc,uptr addr) Acquire() argument 455 AcquireGlobal(ThreadState * thr) AcquireGlobal() argument 463 Release(ThreadState * thr,uptr pc,uptr addr) Release() argument 476 ReleaseStore(ThreadState * thr,uptr pc,uptr addr) ReleaseStore() argument 489 ReleaseStoreAcquire(ThreadState * thr,uptr pc,uptr addr) ReleaseStoreAcquire() argument 502 IncrementEpoch(ThreadState * thr) IncrementEpoch() argument 516 AfterSleep(ThreadState * thr,uptr pc) AfterSleep() argument 528 ReportDeadlock(ThreadState * thr,uptr pc,DDReport * r) ReportDeadlock() argument 554 ReportDestroyLocked(ThreadState * thr,uptr pc,uptr addr,FastState last_lock,StackID creation_stack_id) ReportDestroyLocked() argument [all...] |
H A D | tsan_rtl_thread.cpp | 74 static void ThreadCheckIgnore(ThreadState *thr) { in ThreadCheckIgnore() argument 83 static void ThreadCheckIgnore(ThreadState *thr) {} in ThreadCheckIgnore() argument 86 void ThreadFinalize(ThreadState *thr) { in ThreadFinalize() argument 104 ThreadCount(ThreadState * thr) ThreadCount() argument 116 ThreadCreate(ThreadState * thr,uptr pc,uptr uid,bool detached) ThreadCreate() argument 145 ThreadState *thr; global() member 152 ThreadStart(ThreadState * thr,Tid tid,tid_t os_id,ThreadType thread_type) ThreadStart() argument 214 ThreadFinish(ThreadState * thr) ThreadFinish() argument 284 ThreadConsumeTid(ThreadState * thr,uptr pc,uptr uid) ThreadConsumeTid() argument 293 ThreadJoin(ThreadState * thr,uptr pc,Tid tid) ThreadJoin() argument 316 ThreadDetach(ThreadState * thr,uptr pc,Tid tid) ThreadDetach() argument 323 ThreadNotJoined(ThreadState * thr,uptr pc,Tid tid,uptr uid) ThreadNotJoined() argument 328 ThreadSetName(ThreadState * thr,const char * name) ThreadSetName() argument 340 FiberCreate(ThreadState * thr,uptr pc,unsigned flags) FiberCreate() argument 351 FiberDestroy(ThreadState * thr,uptr pc,ThreadState * fiber) FiberDestroy() argument 358 FiberSwitch(ThreadState * thr,uptr pc,ThreadState * fiber,unsigned flags) FiberSwitch() argument [all...] |
H A D | tsan_rtl_access.cpp | 18 ALWAYS_INLINE USED bool TryTraceMemoryAccess(ThreadState* thr, uptr pc, in TryTraceMemoryAccess() argument 57 bool TryTraceMemoryAccessRange(ThreadState* thr, uptr pc, uptr addr, uptr size, in TryTraceMemoryAccessRange() argument 78 TraceMemoryAccessRange(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) TraceMemoryAccessRange() argument 87 TraceFunc(ThreadState * thr,uptr pc) TraceFunc() argument 95 TraceRestartFuncEntry(ThreadState * thr,uptr pc) TraceRestartFuncEntry() argument 100 TraceRestartFuncExit(ThreadState * thr) TraceRestartFuncExit() argument 105 TraceMutexLock(ThreadState * thr,EventType type,uptr pc,uptr addr,StackID stk) TraceMutexLock() argument 122 TraceMutexUnlock(ThreadState * thr,uptr addr) TraceMutexUnlock() argument 134 TraceTime(ThreadState * thr) TraceTime() argument 148 DoReportRace(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,Shadow old,AccessType typ) DoReportRace() argument 195 CheckRaces(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,int unused0,int unused1,AccessType typ) CheckRaces() argument 274 DoReportRaceV(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,u32 race_mask,m128 shadow,AccessType typ) DoReportRaceV() argument 305 CheckRaces(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,m128 shadow,m128 access,AccessType typ) CheckRaces() argument 414 TraceRestartMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) TraceRestartMemoryAccess() argument 420 MemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) MemoryAccess() argument 448 RestartMemoryAccess16(ThreadState * thr,uptr pc,uptr addr,AccessType typ) RestartMemoryAccess16() argument 454 MemoryAccess16(ThreadState * thr,uptr pc,uptr addr,AccessType typ) MemoryAccess16() argument 484 RestartUnalignedMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) RestartUnalignedMemoryAccess() argument 490 UnalignedMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) UnalignedMemoryAccess() argument 583 MemoryResetRange(ThreadState * thr,uptr pc,uptr addr,uptr size) MemoryResetRange() argument 589 MemoryRangeFreed(ThreadState * thr,uptr pc,uptr addr,uptr size) MemoryRangeFreed() argument 633 MemoryRangeImitateWrite(ThreadState * thr,uptr pc,uptr addr,uptr size) MemoryRangeImitateWrite() argument 641 MemoryRangeImitateWriteOrResetRange(ThreadState * thr,uptr pc,uptr addr,uptr size) MemoryRangeImitateWriteOrResetRange() argument 650 MemoryAccessRangeOne(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,AccessType typ) MemoryAccessRangeOne() argument 659 RestartMemoryAccessRange(ThreadState * thr,uptr pc,uptr addr,uptr size) RestartMemoryAccessRange() argument 666 MemoryAccessRangeT(ThreadState * thr,uptr pc,uptr addr,uptr size) MemoryAccessRangeT() argument [all...] |
H A D | tsan_platform_mac.cpp | 64 static void ThreadStateDestructor(void *thr) { in ThreadStateDestructor() argument 96 ThreadState *thr = (ThreadState *)pthread_getspecific(thread_state_key); in cur_thread() local 105 void set_cur_thread(ThreadState *thr) { in set_cur_thread() argument 111 ThreadState *thr in cur_thread_finalize() local 207 ThreadState *thr = cur_thread(); ThreadCreateCallback() local 219 ThreadState *thr = cur_thread(); ThreadTerminateCallback() local 281 ImitateTlsWrite(ThreadState * thr,uptr tls_addr,uptr tls_size) ImitateTlsWrite() argument [all...] |
H A D | tsan_interface.cpp | 31 ThreadState *thr = cur_thread(); in __tsan_read16_pc() local 38 ThreadState *thr = cur_thread(); in __tsan_write16_pc() local 47 ThreadState *thr = cur_thread(); in __tsan_unaligned_read16() local 54 ThreadState *thr = cur_thread(); in __tsan_unaligned_write16() local
|
H A D | tsan_rtl.h | 114 ThreadState *thr; // currently wired thread, or nullptr member 143 ThreadState *thr; member 252 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init() local 257 inline void set_cur_thread(ThreadState *thr) { in set_cur_thread() argument 268 ThreadState *thr; global() variable 477 GET_STACK_TRACE_FATAL(thr,pc) global() argument 536 MemoryAccessRange(ThreadState * thr,uptr pc,uptr addr,uptr size,bool is_write) MemoryAccessRange() argument 632 thr_(thr) thr_() argument 657 SlotUnlocker(ThreadState * thr) SlotUnlocker() argument 672 ProcessPendingSignals(ThreadState * thr) ProcessPendingSignals() argument 680 LazyInitialize(ThreadState * thr) LazyInitialize() argument 699 TraceAcquire(ThreadState * thr,EventT ** ev) TraceAcquire() argument 729 TraceRelease(ThreadState * thr,EventT * evp) TraceRelease() argument 735 TraceEvent(ThreadState * thr,EventT ev) TraceEvent() argument 780 FuncEntry(ThreadState * thr,uptr pc) FuncEntry() argument 796 FuncExit(ThreadState * thr) FuncExit() argument [all...] |
H A D | tsan_rtl_proc.cpp | 45 void ProcWire(Processor *proc, ThreadState *thr) { in ProcWire() 52 void ProcUnwire(Processor *proc, ThreadState *thr) { in ProcUnwire()
|
H A D | tsan_interface_atomic.cpp | 224 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { in AtomicLoad() 262 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicStore() 285 static T AtomicRMW(ThreadState *thr, uptr pc, volatile T *a, T v, morder mo) { in AtomicRMW() 342 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() 348 static T AtomicFetchAdd(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchAdd() 354 static T AtomicFetchSub(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchSub() 360 static T AtomicFetchAnd(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchAnd() 366 static T AtomicFetchOr(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchOr() 372 static T AtomicFetchXor(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchXor() 378 static T AtomicFetchNand(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchNand() [all …]
|
H A D | tsan_external.cpp | 62 static void PushTag(ThreadState *thr, uptr tag) { in PushTag() 65 static void PopTag(ThreadState *thr) { FuncExit(thr); } in PopTag() 74 ThreadState *thr = cur_thread(); in ExternalAccess() local
|
H A D | tsan_interceptors_posix.cpp | 182 void EnterBlockingFunc(ThreadState *thr) { in EnterBlockingFunc() argument 257 static ThreadSignalContext *SigCtx(ThreadState *thr) { in SigCtx() argument 275 ScopedInterceptor(ThreadState * thr,const char * fname,uptr pc) ScopedInterceptor() argument 354 READ_STRING_OF_LEN(thr,pc,s,len,n) global() argument 358 READ_STRING(thr,pc,s,n) global() argument 380 ThreadState *thr; global() member 424 ThreadState *thr = cur_thread(); at_exit_callback_installed_at() local 433 ThreadState *thr = cur_thread(); cxa_at_exit_callback_installed_at() local 463 setup_at_exit_wrapper(ThreadState * thr,uptr pc,void (* f)(),void * arg,void * dso) setup_at_exit_wrapper() argument 499 ThreadState *thr = cur_thread(); on_exit_callback_installed_at() local 530 JmpBufGarbageCollect(ThreadState * thr,uptr sp) JmpBufGarbageCollect() argument 542 SetJmp(ThreadState * thr,uptr sp) SetJmp() argument 558 LongJmp(ThreadState * thr,uptr * env) LongJmp() argument 784 mmap_interceptor(ThreadState * thr,uptr pc,Mmap real_mmap,void * addr,SIZE_T sz,int prot,int flags,int fd,OFF64_T off) mmap_interceptor() argument 802 munmap_interceptor(ThreadState * thr,uptr pc,Munmap real_munmap,void * addr,SIZE_T sz) munmap_interceptor() argument 875 guard_acquire(ThreadState * thr,uptr pc,atomic_uint32_t * g,bool blocking_hooks=true) guard_acquire() argument 903 guard_release(ThreadState * thr,uptr pc,atomic_uint32_t * g,u32 v) guard_release() argument 947 ThreadState *thr = cur_thread(); DestroyThreadState() local 956 PlatformCleanUpThreadState(ThreadState * thr) PlatformCleanUpThreadState() argument 995 ThreadState *thr = cur_thread_init(); __tsan_thread_start_func() local 1185 ThreadState *thr; global() member 1219 cond_wait(ThreadState * thr,uptr pc,ScopedInterceptor * si,const Fn & fn,void * c,void * m) cond_wait() argument 2051 ReportErrnoSpoiling(ThreadState * thr,uptr pc,int sig) ReportErrnoSpoiling() argument 2065 CallUserSignalHandler(ThreadState * thr,bool sync,bool acquire,int sig,__sanitizer_siginfo * info,void * uctx) CallUserSignalHandler() argument 2129 ProcessPendingSignalsImpl(ThreadState * thr) ProcessPendingSignalsImpl() argument 2169 ThreadState *thr = cur_thread_init(); sighandler() local 2283 ThreadState *thr = cur_thread(); atfork_prepare() local 2291 ThreadState *thr = cur_thread(); atfork_parent() local 2299 ThreadState *thr = cur_thread(); atfork_child() local 2334 auto *thr = cur_thread(); TSAN_INTERCEPTOR() local 2359 ThreadState *thr; global() member 2401 OnExit(ThreadState * thr) OnExit() argument 2408 HandleRecvmsg(ThreadState * thr,uptr pc,__sanitizer_msghdr * msg) HandleRecvmsg() argument 2626 ThreadState *thr; global() member 2654 auto *thr = cur_thread(); syscall_fd_close() local 2673 ThreadState *thr = cur_thread(); syscall_post_fork() local 2730 ThreadState *thr = cur_thread(); handle_tls_addr() local 2833 ThreadState *thr = cur_thread(); finalize() local [all...] |
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-specific.cpp | 52 kmp_info_t *thr = ompt_get_thread(); in __ompt_get_teaminfo() local 105 kmp_info_t *thr = ompt_get_thread(); in __ompt_get_task_info_object() local 145 kmp_info_t *thr = ompt_get_thread(); in __ompt_get_scheduling_taskinfo() local 260 void __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, in argument 274 __ompt_lw_taskteam_link(ompt_lw_taskteam_t * lwt,kmp_info_t * thr,int on_heap,bool always) __ompt_lw_taskteam_link() argument 318 __ompt_lw_taskteam_unlink(kmp_info_t * thr) __ompt_lw_taskteam_unlink() argument 348 kmp_info_t *thr = ompt_get_thread(); __ompt_get_task_data() local 371 kmp_info_t *thr = ompt_get_thread(); __ompt_get_task_info_internal() local 470 kmp_info_t *thr = ompt_get_thread(); __ompt_get_task_memory_internal() local 507 __ompt_get_barrier_kind(enum barrier_type bt,kmp_info_t * thr) __ompt_get_barrier_kind() argument [all...] |
H A D | ompt-specific.h | 68 #define OMPT_CUR_TASK_INFO(thr) (&((thr)->th.th_current_task->ompt_task_info)) argument 69 #define OMPT_CUR_TASK_DATA(thr) \ argument 71 #define OMPT_CUR_TEAM_INFO(thr) (&((thr)->th.th_team->t.ompt_team_info)) argument 72 #define OMPT_CUR_TEAM_DATA(thr) \ argument 80 kmp_info_t *thr = __kmp_threads[gtid]; __ompt_load_return_address() local [all...] |
/freebsd-src/lib/libstdthreads/ |
H A D | thrd.c | 52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 80 thrd_detach(thrd_t thr) in thrd_detach() 103 thrd_join(thrd_t thr, int *res) in thrd_join()
|
/freebsd-src/contrib/unbound/util/ |
H A D | locks.c | 113 ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thr_fork_create() 226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create() 249 void ub_thread_join(ub_thread_type thr) in ub_thread_join()
|
/freebsd-src/sys/ddb/ |
H A D | db_thread.c | 54 struct thread *thr; in db_set_thread() local 82 struct thread *thr; in db_show_threads() local [all...] |
/freebsd-src/sys/kern/ |
H A D | subr_kdb.c | 637 kdb_thr_ctx(struct thread *thr) in kdb_thr_ctx() argument 660 struct thread *thr; in kdb_thr_first() local 692 struct thread *thr; in kdb_thr_lookup() local 701 kdb_thr_next(struct thread * thr) kdb_thr_next() argument 727 kdb_thr_select(struct thread * thr) kdb_thr_select() argument [all...] |
/freebsd-src/lib/libthr/arch/i386/include/ |
H A D | pthread_tls.h | 35 _get_static_tls_base(struct pthread *thr, size_t offset) in _get_static_tls_base()
|
/freebsd-src/lib/libthr/arch/aarch64/include/ |
H A D | pthread_tls.h | 35 _get_static_tls_base(struct pthread *thr, size_t offset) in _get_static_tls_base()
|
/freebsd-src/lib/libthr/arch/arm/include/ |
H A D | pthread_tls.h | 35 _get_static_tls_base(struct pthread *thr, size_t offset) in _get_static_tls_base()
|
/freebsd-src/lib/libthr/arch/riscv/include/ |
H A D | pthread_tls.h | 35 _get_static_tls_base(struct pthread *thr, size_t offset) in _get_static_tls_base()
|