Home
last modified time | relevance | path

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

/third_party/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;
/third_party/grpc/src/core/lib/gprpp/
Dfork.h35 class ThreadState; variable
Dfork.cc121 class ThreadState { class
123 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::internal::ThreadState
Dthd.h166 enum ThreadState { FAKE, ALIVE, STARTED, DONE, FAILED, MOVED }; enum
/third_party/glib/gio/tests/
Dtask.c1421 } ThreadState; typedef