Home
last modified time | relevance | path

Searched refs:pthread_ids (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c369 static pthread_t pthread_ids[NUMTHREAD]; in map_and_thread() local
455 if (pthread_create(&pthread_ids[thrd_ndx++], NULL, exec_func, in map_and_thread()
482 if (pthread_join(pthread_ids[thrd_ndx], &th_status)) { in map_and_thread()
494 (long)pthread_ids[thrd_ndx]); in map_and_thread()