Searched defs:thd_name (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/ |
D | threadpool.cc | 86 ThreadPool::ThreadPool(int num_threads, const char* thd_name) in ThreadPool() 93 ThreadPool::ThreadPool(int num_threads, const char* thd_name, in ThreadPool()
|
D | threadpool.h | 65 ThreadPoolWorker(const char* thd_name, MPMCQueueInterface* queue, in ThreadPoolWorker()
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | thd_posix.cc | 52 ThreadInternalsPosix(const char* thd_name, void (*thd_body)(void* arg), in ThreadInternalsPosix() 138 Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, in Thread()
|
D | thd_windows.cc | 134 Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, in Thread()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | thd_posix.cc | 74 ThreadInternalsPosix(const char* thd_name, void (*thd_body)(void* arg), in ThreadInternalsPosix() 182 Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, in Thread()
|
D | thd_windows.cc | 154 Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, in Thread()
|