Home
last modified time | relevance | path

Searched refs:grpc_thread_pool_trace (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dmpmcqueue.cc25 DebugOnlyTraceFlag grpc_thread_pool_trace(false, "thread_pool"); variable
35 if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace)) { in PopFront()
126 if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace)) { in Put()
148 if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace) && in Get()
159 if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace) && in Get()
Dmpmcqueue.h30 extern DebugOnlyTraceFlag grpc_thread_pool_trace;
Dthreadpool.cc29 if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace)) { in Run()