Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp288 pthread_t fibThread1; in main() local
289 result = pthread_create( &fibThread1, nullptr, callFunc, &fib1 ); in main()
312 result = pthread_join( fibThread1, &returnValue ); in main()