Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dthd.c7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_thread.c131 th = CreateThread(NULL, 0, in eal_thread_create()
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h137 hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)threadfunc, in pthread_create()
/f-stack/app/micro_thread/
H A Dmt_api.cpp522 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 Dmicro_thread.h442 static MicroThread* CreateThread(ThreadStart entry, void *args, bool runable = true);
H A Dmicro_thread.cpp636 MicroThread* MtFrame::CreateThread(ThreadStart entry, void *args, bool runable) in CreateThread() function in MtFrame