Home
last modified time | relevance | path

Searched refs:thread_exit_code (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/common/
Dithread.c121 DWORD thread_exit_code; in ithread_exit() local
129 if(0 != GetExitCodeThread(thread_handle_value, &thread_exit_code)) in ithread_exit()
131 TerminateThread(thread_handle_value, thread_exit_code); in ithread_exit()