Home
last modified time | relevance | path

Searched defs:mutex3 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D1-1.c19 static pthread_mutex_t mutex3 = PTHREAD_MUTEX_INITIALIZER; variable
/aosp_15_r20/system/media/audio_utils/tests/
H A Daudio_mutex_tests.cpp142 audio_utils::mutex& mutex3() const override RETURN_CAPABILITY(cap3) EXCLUDES_BELOW_3 { in mutex3() function in android::Container
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel_test.cc1280 std::shared_ptr<mutex> mutex3 = std::make_shared<mutex>(); in TEST_P() local