Searched refs:test_lock (Results 1 – 12 of 12) sorted by relevance
/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_mutex.cpp | 27 struct test_lock struct 273 test_lock<boost::mutex>()(); in do_test_mutex() 283 test_lock<boost::try_mutex>()(); in do_test_try_mutex() 294 test_lock<boost::timed_mutex>()(); in do_test_timed_mutex() 306 test_lock<boost::recursive_mutex>()(); in do_test_recursive_mutex() 317 test_lock<boost::recursive_try_mutex>()(); in do_test_recursive_try_mutex() 329 test_lock<boost::recursive_timed_mutex>()(); in do_test_recursive_timed_mutex()
|
/external/curl/tests/libtest/ |
D | lib1554.c | 39 static void test_lock(CURL *handle, curl_lock_data data, in test_lock() function 73 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in test()
|
D | lib586.c | 41 static void test_lock(CURL *handle, curl_lock_data data, in test_lock() function 163 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in test()
|
D | lib3207.c | 129 static void test_lock(CURL *handle, curl_lock_data data, in test_lock() function 153 curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in execute()
|
D | lib506.c | 45 static void test_lock(CURL *handle, curl_lock_data data, in test_lock() function 210 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, test_lock); in test()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | Atomics.ll | 58 define void @test_lock() nounwind {
|
/external/clang/test/CodeGen/ |
D | Atomics.c | 272 void test_lock (void) in test_lock() function
|
/external/python/cpython3/Modules/ |
D | Setup.stdlib.in | 165 @MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c _testinternalcapi/test_lock.c …
|
/external/llvm/test/CodeGen/PowerPC/ |
D | Atomics-64.ll | 667 define void @test_lock() nounwind {
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_locks.py | 37 async def test_lock(self): member in LockTests
|
/external/llvm/test/CodeGen/X86/ |
D | Atomics-64.ll | 917 define void @test_lock() nounwind {
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 1431 def test_lock(self): member in _TestLock 5479 def test_lock(self): member in TestForkAwareThreadLock 6141 def test_lock(self, lname="Lock"): member in TestSyncManagerTypes
|