Searched refs:pthread_mutex_destroy (Results 1 – 23 of 23) sorted by relevance
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 267 .weak pthread_mutex_destroy 268 CALL(pthread_mutex_destroy) 360 .weak pthread_mutex_destroy 361 GOT_RELOC(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_143.S | 187 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_006.S | 661 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_018.S | 694 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_080.S | 752 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_067.S | 1195 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_020.S | 85 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_090.S | 663 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_029.S | 2193 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_102.S | 844 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_154.S | 2324 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_070.S | 1297 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_001.S | 3829 CALL(pthread_mutex_destroy)
|
/bionic/libc/bionic/ |
D | dirent.cpp | 169 pthread_mutex_destroy(&d->mutex_); in closedir()
|
D | pthread_mutex.cpp | 1010 int pthread_mutex_destroy(pthread_mutex_t* mutex_interface) { in pthread_mutex_destroy() function
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 87 pthread_mutex_destroy(__mtx); in mtx_destroy()
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 112 pthread_mutex_destroy(&mutex); in ~PIMutex()
|
/bionic/tests/ |
D | pthread_test.cpp | 1537 ASSERT_EQ(0, pthread_mutex_destroy(&mutex)); in TearDown() 2036 ASSERT_EQ(0, pthread_mutex_destroy(&lock)); in destroy() 2140 ASSERT_EQ(0, pthread_mutex_destroy(&m)); in TEST() 2153 pthread_mutex_destroy(&lock_normal); in TEST() 2158 pthread_mutex_destroy(&lock_errorcheck); in TEST() 2163 ASSERT_EQ(0, pthread_mutex_destroy(&lock_recursive)); in TEST() 2364 ASSERT_EQ(0, pthread_mutex_destroy(&m)); in pthread_mutex_timedlock_helper() 2474 ASSERT_EQ(0, pthread_mutex_destroy(&m)); in TEST_F() 2493 ASSERT_EXIT(pthread_mutex_destroy(&m), ::testing::KilledBySignal(SIGABRT), in TEST_F() 2534 ASSERT_EQ(0, pthread_mutex_destroy(mutex)); in TEST()
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 146 FUNCTION(pthread_mutex_destroy, int (*f)(pthread_mutex_t*)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 190 int pthread_mutex_destroy(pthread_mutex_t* __mutex);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 781 pthread_mutex_destroy
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 796 pthread_mutex_destroy;
|
/bionic/libc/ |
D | libc.map.txt | 796 pthread_mutex_destroy;
|