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_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_103.S | 2280 CALL(pthread_mutex_destroy)
  | 
| D | liblinker_reloc_bench_154.S | 2324 CALL(pthread_mutex_destroy)
  | 
| D | liblinker_reloc_bench_014.S | 2540 CALL(pthread_mutex_destroy)
  | 
| D | liblinker_reloc_bench_070.S | 1297 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 | 1012 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 | 116     pthread_mutex_destroy(&mutex);  in ~PIMutex()
  | 
| /bionic/tests/ | 
| D | pthread_test.cpp | 1577     ASSERT_EQ(0, pthread_mutex_destroy(&mutex));  in TearDown() 2076     ASSERT_EQ(0, pthread_mutex_destroy(&lock));  in destroy() 2180       ASSERT_EQ(0, pthread_mutex_destroy(&m));  in TEST() 2193   pthread_mutex_destroy(&lock_normal);  in TEST() 2201   pthread_mutex_destroy(&lock_errorcheck);  in TEST() 2206   ASSERT_EQ(0, pthread_mutex_destroy(&lock_recursive));  in TEST() 2408   ASSERT_EQ(0, pthread_mutex_destroy(&m));  in pthread_mutex_timedlock_helper() 2518   ASSERT_EQ(0, pthread_mutex_destroy(&m));  in TEST_F() 2537   ASSERT_EXIT(pthread_mutex_destroy(&m), ::testing::KilledBySignal(SIGABRT),  in TEST_F() 2578   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* _Nonnull __mutex);
  | 
| /bionic/libc/tools/ | 
| D | posix-2013.txt | 781 pthread_mutex_destroy
  | 
| /bionic/libc/ | 
| D | libc.map.txt | 796     pthread_mutex_destroy;
  | 
| /bionic/tools/versioner/platforms/ | 
| D | libc.map.txt | 796     pthread_mutex_destroy;
  | 
        12