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

  /hardware/qcom/gps/msm8909/utils/
LocThread.cpp 53 static void* threadMain(void* arg);
78 mThandle = creator(threadName, threadMain, this);
79 } else if (pthread_create(&mThandle, NULL, threadMain, this)) {
126 // NULLing mRunnalbe stops the while loop in threadMain()
175 void* LocThreadDelegate::threadMain(void* arg) {
  /hardware/qcom/gps/msm8996/utils/
LocThread.cpp 53 static void* threadMain(void* arg);
78 mThandle = creator(threadName, threadMain, this);
79 } else if (pthread_create(&mThandle, NULL, threadMain, this)) {
126 // NULLing mRunnalbe stops the while loop in threadMain()
175 void* LocThreadDelegate::threadMain(void* arg) {
  /hardware/qcom/gps/msmcobalt/utils/
LocThread.cpp 54 static void* threadMain(void* arg);
79 mThandle = creator(threadName, threadMain, this);
80 } else if (pthread_create(&mThandle, NULL, threadMain, this)) {
128 // NULLing mRunnalbe stops the while loop in threadMain()
177 void* LocThreadDelegate::threadMain(void* arg) {
  /system/core/libsync/tests/
sync_test.cpp 449 auto threadMain = [&](int threadId) {
466 thread a{threadMain, 0};
467 thread b{threadMain, 1};
487 auto threadMain = [&](int threadId) {
513 threads.push_back(thread{threadMain, i});

Completed in 68 milliseconds