Searched refs:thread_top_term (Results 1 – 1 of 1) sorted by relevance
27 static void *thread_top_term(void *p1);180 static void *thread_top_term(void *p1) in thread_top_term() function352 zassert_ok(pthread_create(&newthread[i], NULL, thread_top_term, INT_TO_POINTER(i))); in ZTEST()