Searched refs:fibThread1 (Results 1 – 1 of 1) sorted by relevance
266 pthread_t fibThread1; in main() local267 result = pthread_create( &fibThread1, NULL, callFunc, &fib1 ); in main()290 result = pthread_join( fibThread1, &returnValue ); in main()