Searched defs:run_thread (Results 1 – 7 of 7) sorted by relevance
21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
724 static int run_thread(thread_t *t) in run_thread() function750 static int run_thread(thread_t *t) in run_thread() function
33 static DWORD WINAPI run_thread(LPVOID ptr) in run_thread() function115 static void *run_thread(void *ptr) in run_thread() function
46 static void *run_thread(void *ptr) in run_thread() function
474 def run_thread(): function
1540 def run_thread(): function
1254 for (auto &run_thread : model_thread_run) { in ParallelInference() local