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

  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 280 pthread_t add1Thread;
281 int result = pthread_create( &add1Thread, nullptr, callFunc, &add1 );
304 result = pthread_join( add1Thread, &returnValue );
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 258 pthread_t add1Thread;
259 int result = pthread_create( &add1Thread, NULL, callFunc, &add1 );
282 result = pthread_join( add1Thread, &returnValue );
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/
ParallelJIT.cpp 279 pthread_t add1Thread;
280 int result = pthread_create( &add1Thread, nullptr, callFunc, &add1 );
303 result = pthread_join( add1Thread, &returnValue );

Completed in 1132 milliseconds