Home
last modified time | relevance | path

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

/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
99 TryLockTestThread(const TryLockTestThread&) = delete;
100 TryLockTestThread& operator=(const TryLockTestThread&) = delete;
126 TryLockTestThread thread(&lock); in TEST()
140 TryLockTestThread thread(&lock); in TEST()
/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
110 DISALLOW_COPY_AND_ASSIGN(TryLockTestThread);
121 TryLockTestThread thread(&lock); in TEST()
135 TryLockTestThread thread(&lock); in TEST()
161 TryLockTestThread thread(&lock); in TEST()
175 TryLockTestThread thread(&lock); in TEST()