Home
last modified time | relevance | path

Searched defs:ThreadState (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.h30 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/
Dtsan_rtl.h359 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 …]
Dtsan_rtl.cc110 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/
Dtsan_rtl.h365 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 …]
Dtsan_rtl.cpp112 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder_test.cc117 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/
Dtsd_exclusive.h16 struct ThreadState { struct
17 bool DisableMemInit : 1;
18 enum {
22 } InitState : 2;
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd_exclusive.h16 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/
DInterruptible.kt60 private class ThreadState(private val job: Job) : CompletionHandler { class
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.h31 class ThreadState; variable
Dfork.cc111 class ThreadState { class
113 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::internal::ThreadState
Dthd.h125 enum ThreadState { FAKE, ALIVE, STARTED, DONE, FAILED, MOVED }; enum
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dfork.cc121 class ThreadState { class
123 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::internal::ThreadState
Dfork.h35 class ThreadState; variable
Dthd.h166 enum ThreadState { FAKE, ALIVE, STARTED, DONE, FAILED, MOVED }; enum
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt14 private class ThreadState(val context: CoroutineContext, n: Int) { class
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.h38 } ThreadState; typedef
/external/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h333 struct ThreadState { struct
339 typedef std::map<uint32_t, ThreadState> ThreadMap; argument
/external/llvm-project/lldb/examples/python/
Dmach_o.py1322 class ThreadState: class in Mach.UnixThreadLoadCommand