Home
last modified time | relevance | path

Searched defs:test_lock (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/signals2/test/
Dmutex_test.cpp106 struct test_lock struct
108 typedef M mutex_type;
109 typedef typename boost::unique_lock<M> lock_type;
111 void operator()() in operator ()()
/third_party/boost/libs/thread/test/
Dtest_mutex.cpp27 struct test_lock struct
29 typedef M mutex_type;
30 typedef typename M::scoped_lock lock_type;
32 void operator()() in operator ()()
/third_party/boost/libs/interprocess/test/
Dmutex_test_template.hpp36 struct test_lock struct
38 typedef M mutex_type;
39 typedef boost::interprocess::scoped_lock<mutex_type> lock_type;
42 void operator()() in operator ()()
/third_party/boost/libs/fiber/test/
Dtest_mutex_post.cpp196 struct test_lock { struct
197 typedef M mutex_type;
198 typedef typename std::unique_lock< M > lock_type;
200 void operator()() { in operator ()()
Dtest_mutex_dispatch.cpp196 struct test_lock { struct
197 typedef M mutex_type;
198 typedef typename std::unique_lock< M > lock_type;
200 void operator()() { in operator ()()
/third_party/openssl/test/
Dthreadstest.c83 static int test_lock(void) in test_lock() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttask.c229 GST_START_TEST (test_lock) in GST_START_TEST() argument
Dgstmemory.c540 GST_START_TEST (test_lock) in GST_START_TEST() argument
/third_party/python/Lib/test/test_asyncio/
Dtest_locks.py33 async def test_lock(self): member in LockTests
/third_party/python/Lib/test/
D_test_multiprocessing.py1234 def test_lock(self): member in _TestLock
4993 def test_lock(self): member in TestForkAwareThreadLock
5548 def test_lock(self, lname="Lock"): member in TestSyncManagerTypes