Searched refs:thread_top_exec (Results 1 – 1 of 1) sorted by relevance
26 static void *thread_top_exec(void *p1);58 static void *thread_top_exec(void *p1) in thread_top_exec() function277 ret = pthread_create(&newthread[i], NULL, thread_top_exec, INT_TO_POINTER(i)); in ZTEST()