/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.h | 30 struct ThreadState { struct 31 gpr_mu mu; 32 size_t id; // For debugging purposes 33 const char* name; // Thread state name 34 gpr_cv cv; 35 grpc_closure_list elems; 36 size_t depth; // Number of closures in the closure list 37 bool shutdown; 38 bool queued_long_job; 39 grpc_core::Thread thd;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 359 struct ThreadState { struct 368 // QUESTION: can we can squeeze this into ThreadState::Fast? argument 372 u64 fast_synch_epoch; 376 int ignore_reads_and_writes; 377 int ignore_sync; 380 IgnoreSet mop_ignore_set; 381 IgnoreSet sync_ignore_set; 385 uptr *shadow_stack; 386 uptr *shadow_stack_end; 387 uptr *shadow_stack_pos; [all …]
|
D | tsan_rtl.cc | 110 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 365 struct ThreadState { struct 374 // QUESTION: can we can squeeze this into ThreadState::Fast? argument 381 ThreadState* current; argument 385 int ignore_reads_and_writes; 386 int ignore_sync; 387 int suppress_reports; 390 IgnoreSet mop_ignore_set; 391 IgnoreSet sync_ignore_set; 395 uptr *shadow_stack; 396 uptr *shadow_stack_end; [all …]
|
D | tsan_rtl.cpp | 112 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | traceme_recorder_test.cc | 117 struct ThreadState { in TEST() struct 118 bool split_session = false; in TEST() 119 bool overlapping_sessions = false; in TEST() 120 std::set<uint64> events; in TEST()
|
/external/scudo/standalone/ |
D | tsd_exclusive.h | 16 struct ThreadState { struct 17 bool DisableMemInit : 1; 18 enum { 22 } InitState : 2;
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | tsd_exclusive.h | 16 struct ThreadState { struct 17 bool DisableMemInit : 1; 18 enum { 42 if (LIKELY(State.InitState != ThreadState::NotInitialized)) in initThreadMaybe() argument
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | Interruptible.kt | 60 private class ThreadState(private val job: Job) : CompletionHandler { class
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | fork.h | 31 class ThreadState; variable
|
D | fork.cc | 111 class ThreadState { class 113 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::internal::ThreadState
|
D | thd.h | 125 enum ThreadState { FAKE, ALIVE, STARTED, DONE, FAILED, MOVED }; enum
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | fork.cc | 121 class ThreadState { class 123 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::internal::ThreadState
|
D | fork.h | 35 class ThreadState; variable
|
D | thd.h | 166 enum ThreadState { FAKE, ALIVE, STARTED, DONE, FAILED, MOVED }; enum
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | ThreadContext.kt | 14 private class ThreadState(val context: CoroutineContext, n: Int) { class
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.h | 38 } ThreadState; typedef
|
/external/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.h | 333 struct ThreadState { struct 339 typedef std::map<uint32_t, ThreadState> ThreadMap; argument
|
/external/llvm-project/lldb/examples/python/ |
D | mach_o.py | 1322 class ThreadState: class in Mach.UnixThreadLoadCommand
|