Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h132 pthread_create(void *threadid, const void *threadattr, void *threadfunc, in pthread_create() argument
137 hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)threadfunc, in pthread_create()