Searched refs:child_func_thread (Results 1 – 1 of 1) sorted by relevance
127 static int child_func_thread(void __attribute__((unused))*arg) in child_func_thread() function145 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL); in create_threads()