Searched refs:pthread_mutex_destroy (Results 1 – 25 of 38) sorted by relevance
12
/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_090.S | 663 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_020.S | 85 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_103.S | 2280 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_014.S | 2540 CALL(pthread_mutex_destroy)
|
D | liblinker_reloc_bench_123.S | 2723 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 | 1538 ASSERT_EQ(0, pthread_mutex_destroy(&mutex)); in TearDown() 2037 ASSERT_EQ(0, pthread_mutex_destroy(&lock)); in destroy() 2141 ASSERT_EQ(0, pthread_mutex_destroy(&m)); in TEST() 2154 pthread_mutex_destroy(&lock_normal); in TEST() 2159 pthread_mutex_destroy(&lock_errorcheck); in TEST() 2164 ASSERT_EQ(0, pthread_mutex_destroy(&lock_recursive)); in TEST() 2365 ASSERT_EQ(0, pthread_mutex_destroy(&m)); in pthread_mutex_timedlock_helper() 2475 ASSERT_EQ(0, pthread_mutex_destroy(&m)); in TEST() 2494 ASSERT_EXIT(pthread_mutex_destroy(&m), ::testing::KilledBySignal(SIGABRT), in TEST() 2535 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;
|
12