OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_destroy
(Results
726 - 750
of
1316
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c
655
ret =
pthread_mutex_destroy
(&(cells[i].mtx));
stress2.c
655
ret =
pthread_mutex_destroy
(&(cells[i].mtx));
/external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c
186
pthread_mutex_destroy
(&cache->mutex);
/external/protobuf/src/google/protobuf/stubs/
common.cc
365
pthread_mutex_destroy
(&mInternal->mutex);
/external/valgrind/drd/
drd_mutex.c
230
/** Called after
pthread_mutex_destroy
(). */
/external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h
200
CHECK(0 ==
pthread_mutex_destroy
(&mu_));
/hardware/libhardware/modules/vehicle/
vehicle.c
495
pthread_mutex_destroy
(&sub->lock);
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c
96
result =
pthread_mutex_destroy
(&thelper->thread_mutex);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c
96
result =
pthread_mutex_destroy
(&thelper->thread_mutex);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c
96
result =
pthread_mutex_destroy
(&thelper->thread_mutex);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c
96
result =
pthread_mutex_destroy
(&thelper->thread_mutex);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c
96
result =
pthread_mutex_destroy
(&thelper->thread_mutex);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c
96
result =
pthread_mutex_destroy
(&thelper->thread_mutex);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so
libpthread.so.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so
libpthread.so.0
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_threads.h
342
{
pthread_mutex_destroy
(&_M_lock); }
/prebuilts/ndk/r11/sources/android/native_app_glue/
android_native_app_glue.c
332
pthread_mutex_destroy
(&android_app->mutex);
/prebuilts/ndk/r11/sources/android/ndk_helper/
JNIHelper.cpp
64
pthread_mutex_destroy
( &mutex_ );
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc
124
pthread_mutex_destroy
(&lock_);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_threads.h
342
{
pthread_mutex_destroy
(&_M_lock); }
/prebuilts/ndk/r13/sources/android/native_app_glue/
android_native_app_glue.c
332
pthread_mutex_destroy
(&android_app->mutex);
/prebuilts/ndk/r13/sources/android/ndk_helper/
JNIHelper.cpp
64
pthread_mutex_destroy
( &mutex_ );
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
cxxabi.cc
124
pthread_mutex_destroy
(&lock_);
Completed in 843 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>