Searched defs:ThreadState (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 134 struct ThreadState { struct 150 ThreadState* current; argument 154 int ignore_reads_and_writes; 155 atomic_sint32_t pending_signals; 156 int ignore_sync; 157 int suppress_reports; 160 IgnoreSet mop_ignore_set; 161 IgnoreSet sync_ignore_set; 163 uptr shadow_stack[kShadowStackSize]; 166 uptr *shadow_stack; [all …]
|
H A D | tsan_rtl.cpp | 127 ThreadState::ThreadState(Context *ctx, Tid tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 370 struct ThreadState { struct 379 // QUESTION: can we can squeeze this into ThreadState::Fast? argument 383 u64 fast_synch_epoch; 387 int ignore_reads_and_writes; 388 int ignore_sync; 389 int suppress_reports; 392 IgnoreSet mop_ignore_set; 393 IgnoreSet sync_ignore_set; 397 uptr *shadow_stack; 398 uptr *shadow_stack_end; [all …]
|
H A D | tsan_rtl.cc | 111 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 374 struct ThreadState { struct 383 // QUESTION: can we can squeeze this into ThreadState::Fast? argument 387 u64 fast_synch_epoch; 391 int ignore_reads_and_writes; 392 int ignore_sync; 393 int suppress_reports; 396 IgnoreSet mop_ignore_set; 397 IgnoreSet sync_ignore_set; 401 uptr *shadow_stack; 402 uptr *shadow_stack_end; [all …]
|
H A D | tsan_rtl.cc | 113 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | threadaux.d | 111 uint ThreadState; member
|