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

  /frameworks/wilhelm/src/android/
CallbackProtector.h 70 pthread_t mRequesterThread;
CallbackProtector.cpp 32 mRequesterThread((pthread_t) NULL),
76 (void *) mRequesterThread, mRequesterTid);
97 (void *) mRequesterThread, mRequesterTid);
115 mRequesterThread = pthread_self();
136 mRequesterThread = pthread_self();

Completed in 313 milliseconds