Home
last modified time | relevance | path

Searched refs:try_new_thread (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc232 bool try_new_thread = false; in Enqueue() local
266 try_new_thread = true; in Enqueue()
290 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
299 if (try_new_thread && gpr_spinlock_trylock(&adding_thread_lock_)) { in Enqueue()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc296 bool try_new_thread = false; in Enqueue() local
330 try_new_thread = true; in Enqueue()
354 try_new_thread = ts->depth > MAX_DEPTH && in Enqueue()
363 if (try_new_thread && gpr_spinlock_trylock(&adding_thread_lock_)) { in Enqueue()