Searched refs:out_thread (Results 1 – 1 of 1) sorted by relevance
38 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { in run_thread() argument43 *out_thread = CreateThread(NULL /* security attributes */, in run_thread()46 return *out_thread != NULL; in run_thread()65 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { in run_thread() argument66 return pthread_create(out_thread, NULL /* default attributes */, thread_run, in run_thread()