Searched defs:thd_arg (Results 1 – 2 of 2) sorted by relevance
48 struct thd_arg { struct49 ThreadInternalsPosix* thread;50 void (*body)(void* arg); // body of a thread51 void* arg; // argument to a thread52 const char* name; // name of thread. Can be nullptr.53 bool joinable;54 bool tracked;
51 struct thd_arg { struct52 ThreadInternalsPosix* thread;53 void (*body)(void* arg); // body of a thread54 void* arg; // argument to a thread55 const char* name; // name of thread. Can be nullptr.56 bool joinable;57 bool tracked;