Searched defs:thd_info (Results 1 – 1 of 1) sorted by relevance
46 struct thd_info { struct47 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 */