Searched refs:thread_handle (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.c160 HANDLE thread_handle; local
162 thread_handle = (HANDLE)
165 if (thread_handle == NULL)
174 thread->handle = thread_handle;
177 CloseHandle (thread_handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c45 static HANDLE thread_handle = NULL; /* the handle to the decode thread */ variable
105 thread_handle = CreateThread(NULL, 0, DecodeThread, NULL, 0, &thread_id);
106 if (!thread_handle) return 1;
113 if (thread_handle)
116 if (WaitForSingleObject(thread_handle, 2000) == WAIT_TIMEOUT)
119 TerminateThread(thread_handle, 0);
121 CloseHandle(thread_handle);
122 thread_handle = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dplatform.c97 HANDLE thread_handle; member in struct:tr_thread
139 t->thread_handle =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c704 HANDLE thread_handle[MAX_THREAD_NUMBER]; local
713 thread_handle[i] = CreateThread(NULL,
726 (CONST HANDLE *) & (thread_handle[i]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c765 HANDLE thread_handle[MAX_THREAD_NUMBER]; local
775 thread_handle[i]=CreateThread(NULL,
791 (CONST HANDLE *)&(thread_handle[i]),TRUE,INFINITE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c704 HANDLE thread_handle[MAX_THREAD_NUMBER]; local
713 thread_handle[i] = CreateThread(NULL,
726 (CONST HANDLE *) & (thread_handle[i]),

Completed in 171 milliseconds