Home
last modified time | relevance | path

Searched refs:test_lock (Results 1 – 12 of 12) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_mutex.cpp27 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/
Dlib1554.c39 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()
Dlib586.c41 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()
Dlib3207.c129 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()
Dlib506.c45 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/
DAtomics.ll58 define void @test_lock() nounwind {
/external/clang/test/CodeGen/
DAtomics.c272 void test_lock (void) in test_lock() function
/external/python/cpython3/Modules/
DSetup.stdlib.in165 @MODULE__TESTINTERNALCAPI_TRUE@_testinternalcapi _testinternalcapi.c _testinternalcapi/test_lock.c …
/external/llvm/test/CodeGen/PowerPC/
DAtomics-64.ll667 define void @test_lock() nounwind {
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py37 async def test_lock(self): member in LockTests
/external/llvm/test/CodeGen/X86/
DAtomics-64.ll917 define void @test_lock() nounwind {
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1431 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