Searched refs:fibThread2 (Results 1 – 1 of 1) sorted by relevance
278 pthread_t fibThread2; in main() local279 result = pthread_create( &fibThread2, nullptr, callFunc, &fib2 ); in main()302 result = pthread_join( fibThread2, &returnValue ); in main()