Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dthd_windows.cc46 struct thd_info { struct
47 ThreadInternalsWindows* thread;
48 void (*body)(void* arg); /* body of a thread */
49 void* arg; /* argument to a thread */
50 HANDLE join_event; /* the join event */