Searched refs:CreateThread (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | thd.c | 7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_thread.c | 131 th = CreateThread(NULL, 0, in eal_thread_create()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | pthread.h | 137 hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)threadfunc, in pthread_create()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 522 sub = MtFrame::CreateThread(mt_task_process, task, false); in mt_exec_all_task() 645 return MtFrame::Instance()->CreateThread((ThreadStart)entry, args, true); in mt_start_thread()
|
| H A D | micro_thread.h | 442 static MicroThread* CreateThread(ThreadStart entry, void *args, bool runable = true);
|
| H A D | micro_thread.cpp | 636 MicroThread* MtFrame::CreateThread(ThreadStart entry, void *args, bool runable) in CreateThread() function in MtFrame
|