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