Home
last modified time | relevance | path

Searched refs:mPThread (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp51 mPThread(0), in RunLoop()
195 mPThread = pthread_self(); in run()
446 return pthread_equal(pthread_self(), mPThread); in isCurrentThread()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h112 pthread_t mPThread; member