Searched defs:rc (Results 1 – 2 of 2) sorted by relevance
51 int rc = pthread_create (&thr, NULL, &func, NULL); in main() local
98 int rc = pthread_create (&thr[i], NULL, &waiter_thread, &f); in do_test() local210 int rc = pthread_create (&th, NULL, &tryme_thread, f); in do_test() local
Completed in 3 milliseconds