Home
last modified time | relevance | path

Searched defs:thread_options (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/executor/
Dthreadpool.cc94 const Thread::Options& thread_options) in ThreadPool()
132 const Thread::Options& ThreadPool::thread_options() const { in thread_options() function in grpc_core::ThreadPool
/third_party/node/src/
Dnode_worker.cc632 uv_thread_options_t thread_options; in StartThread() local