Searched refs:fibThread1 (Results 1 – 1 of 1) sorted by relevance
288 pthread_t fibThread1; in main() local289 result = pthread_create( &fibThread1, nullptr, callFunc, &fib1 ); in main()312 result = pthread_join( fibThread1, &returnValue ); in main()