Home
last modified time | relevance | path

Searched defs:TryLockTestThread (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/synchronization/
H A Dlock_unittest.cc94 class TryLockTestThread : public PlatformThread::Delegate { class
96 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_unittest.cc95 class TryLockTestThread : public PlatformThread::Delegate { class
97 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread