Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h136 HANDLE hThread; in pthread_create() local
137 hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)threadfunc, in pthread_create()
139 if (hThread) { in pthread_create()
141 SetThreadPriority(hThread, THREAD_PRIORITY_TIME_CRITICAL); in pthread_create()
143 return ((hThread != NULL) ? 0 : E_FAIL); in pthread_create()