Searched refs:mHandle (Results 1 – 3 of 3) sorted by relevance
56 : mHandle(0) { in Thread()60 mHandle = 0; in ~Thread()71 pthread_t mHandle; variable
36 assert(mHandle == 0); in startThread()37 if (pthread_create(&mHandle, nullptr, Thread::thread_wrapper, this) != 0) { in startThread()45 assert(mHandle != 0); in joinThread()47 pthread_join(mHandle, &ret); in joinThread()
72 .mType = ICrypto::kDestinationTypeSharedMemory, .mHandle = NULL, .mSharedMemory = destMemory in main()