Searched refs:thd_name (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/gprpp/ |
D | thd_posix.cc | 52 ThreadInternalsPosix(const char* thd_name, void (*thd_body)(void* arg), in ThreadInternalsPosix() argument 65 info->name = thd_name; in ThreadInternalsPosix() 138 Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, in Thread() argument 142 grpc_core::New<ThreadInternalsPosix>(thd_name, thd_body, arg, &outcome); in Thread()
|
D | thd.h | 60 Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg,
|
D | thd_windows.cc | 134 Thread::Thread(const char* thd_name, void (*thd_body)(void* arg), void* arg, in Thread() argument
|