Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
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
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D1-1.c26 pthread_mutex_t mutex1, mutex2; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
D1-1.c18 static pthread_mutex_t mutex1, mutex2; variable
/external/python/cffi/testing/embedding/
Dperf-test.c6 static pthread_mutex_t mutex1 = PTHREAD_MUTEX_INITIALIZER; variable
Dthread-test.h11 pthread_mutex_t mutex1; member
/external/jemalloc_new/src/
Dmutex.c118 mutex_addr_comp(const witness_t *witness1, void *mutex1, in mutex_addr_comp()
/external/bcc/tools/
Ddeadlock.c37 u64 mutex1; member
/external/tensorflow/tensorflow/core/framework/
Dmodel_test.cc1256 std::shared_ptr<mutex> mutex1 = std::make_shared<mutex>(); in TEST_P() local