Searched defs:thread_type (Results 1 – 7 of 7) sorted by relevance
49 typedef struct { HANDLE thnd; } thread_type; typedef52 typedef pthread_t thread_type; typedef
52 ThreadType thread_type, void *arg) { in ThreadStart()
47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
51 ThreadType thread_type; variable
302 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread()
87 ThreadType thread_type; member
152 ThreadType thread_type) { in ThreadStart()