Home
last modified time | relevance | path

Searched refs:fibThread2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp295 pthread_t fibThread2; in main() local
296 result = pthread_create( &fibThread2, nullptr, callFunc, &fib2 ); in main()
319 result = pthread_join( fibThread2, &returnValue ); in main()