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

  /external/icu4c/test/intltest/
simplethread.cpp 318 pthread_t fThread;
351 pthread_join(imp->fThread, NULL);
372 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
391 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 361 pthread_t fThread;
394 pthread_join(imp->fThread, NULL);
415 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
434 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
    [all...]

Completed in 226 milliseconds