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

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.h 37 static void* WorkerThreadEntry(void* data);
thread_pool.cc 35 status = pthread_create(&threads_[i], NULL, WorkerThreadEntry, this);
100 void* ThreadPool::WorkerThreadEntry(void* thiz) {

Completed in 3366 milliseconds