Home
last modified time | relevance | path

Searched defs:mutex1 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dmutex_pool.h61 malloc_mutex_t *mutex1 = mutex_pool_mutex(pool, key1); in mutex_pool_lock2() local
77 malloc_mutex_t *mutex1 = mutex_pool_mutex(pool, key1); in mutex_pool_unlock2() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H A D1-1.c26 pthread_mutex_t mutex1, mutex2; in main() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D1-1.c18 static pthread_mutex_t mutex1, mutex2; variable
/aosp_15_r20/external/jemalloc_new/src/
H A Dmutex.c118 mutex_addr_comp(const witness_t *witness1, void *mutex1, in mutex_addr_comp()
/aosp_15_r20/external/bcc/tools/
H A Ddeadlock.c37 u64 mutex1; member
/aosp_15_r20/system/media/audio_utils/tests/
H A Daudio_mutex_tests.cpp134 audio_utils::mutex& mutex1() const override RETURN_CAPABILITY(cap1) EXCLUDES_BELOW_1 { in mutex1() function in android::Container
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel_test.cc1256 std::shared_ptr<mutex> mutex1 = std::make_shared<mutex>(); in TEST_P() local