HomeSort by relevance Sort by last modified time
    Searched refs:fibThread2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 294 pthread_t fibThread2;
295 result = pthread_create( &fibThread2, nullptr, callFunc, &fib2 );
318 result = pthread_join( fibThread2, &returnValue );
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 272 pthread_t fibThread2;
273 result = pthread_create( &fibThread2, NULL, callFunc, &fib2 );
296 result = pthread_join( fibThread2, &returnValue );

Completed in 125 milliseconds