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.c289 static pthread_t pthread_ids[NUMTHREAD]; in map_and_thread() local
371 if (pthread_create(&pthread_ids[thrd_ndx++], NULL, exec_func, in map_and_thread()
397 if (pthread_join(pthread_ids[thrd_ndx], &th_status)) { in map_and_thread()
408 (long)pthread_ids[thrd_ndx]); in map_and_thread()