Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dthd_posix.cc42 struct thd_arg { struct
43 ThreadInternalsPosix* thread;
44 void (*body)(void* arg); /* body of a thread */
45 void* arg; /* argument to a thread */
46 const char* name; /* name of thread. Can be nullptr. */