Searched refs:thread_top (Results 1 – 2 of 2) sorted by relevance
17 static void *thread_top(void *p1) in thread_top() function95 ret = pthread_create(&newthread[i], &attr[i], thread_top, in test_posix_rw_lock()
22 void *thread_top(void *p1) in thread_top() function154 ret = pthread_create(&newthread[i], &attr[i], thread_top, in test_posix_multiple_threads_single_key()