Searched defs:thd_arg (Results 1 – 1 of 1) sorted by relevance
42 struct thd_arg { struct43 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. */