Searched defs:WeakPtrTestThread (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.cpp104 class WeakPtrTestThread : public Thread class in namespace:de::__anon4753
107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) function in class:de::__anon4753::WeakPtrTestThread
414 WeakPtrTestThread threadA(ptr, exists);
415 WeakPtrTestThread threadB(ptr, exists);

Completed in 129 milliseconds