Searched refs:prj_thread (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/tests/posixcompat/
H A Dpthreads.c38 static void* prj_thread(void* param) function
56 int rv = pthread_create(&tid, &attr, prj_thread, NULL);
88 int rv = pthread_create(&tid, &attr, prj_thread, NULL);

Completed in 92 milliseconds