Searched refs:thread_exit_code (Results 1 – 1 of 1) sorted by relevance
121 DWORD thread_exit_code; in ithread_exit() local129 if(0 != GetExitCodeThread(thread_handle_value, &thread_exit_code)) in ithread_exit()131 TerminateThread(thread_handle_value, thread_exit_code); in ithread_exit()