Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/posix/
Dthd.cc48 struct thd_arg { struct
49 ThreadInternalsPosix* thread;
50 void (*body)(void* arg); // body of a thread
51 void* arg; // argument to a thread
52 const char* name; // name of thread. Can be nullptr.
53 bool joinable;
54 bool tracked;
/external/grpc-grpc/src/core/lib/gprpp/posix/
Dthd.cc51 struct thd_arg { struct
52 ThreadInternalsPosix* thread;
53 void (*body)(void* arg); // body of a thread
54 void* arg; // argument to a thread
55 const char* name; // name of thread. Can be nullptr.
56 bool joinable;
57 bool tracked;