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