OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_destroy
(Results
676 - 700
of
1316
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-6.c
442
ret =
pthread_mutex_destroy
(&(data.mtx));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c
442
ret =
pthread_mutex_destroy
(&(data.mtx));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c
447
ret =
pthread_mutex_destroy
(&(td->mtx));
2-1.c
417
ret =
pthread_mutex_destroy
(&(td->mtx));
4-2.c
429
ret =
pthread_mutex_destroy
(&(td->mtx));
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c2.c
219
ret =
pthread_mutex_destroy
(&(td->mtx));
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c
406
ret =
pthread_mutex_destroy
(&mtx[i]);
/external/mesa3d/include/c11/
threads_posix.h
169
pthread_mutex_destroy
(mtx);
/external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c
76
pthread_mutex_destroy
(&cache->mutex);
/external/stressapptest/src/
error_diag.cc
48
pthread_mutex_destroy
(&device_tree_mutex_);
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp
144
result =
pthread_mutex_destroy
( &mutex );
/external/valgrind/
darwin9-drd.supp
118
fun:
pthread_mutex_destroy
/external/vulkan-validation-layers/loader/
vk_loader_platform.h
181
pthread_mutex_destroy
(pMutex);
/frameworks/wilhelm/src/
ThreadPool.cpp
223
ok =
pthread_mutex_destroy
(&tp->mMutex);
/hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp
71
pthread_mutex_destroy
(&mLock);
/hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.h
163
pthread_mutex_destroy
(&mBiDictMutex);
/hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.cpp
71
pthread_mutex_destroy
(&mLock);
/hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.h
163
pthread_mutex_destroy
(&mBiDictMutex);
/hardware/ril/libril/
ril_event.cpp
35
#define MUTEX_DESTROY()
pthread_mutex_destroy
(&listMutex)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h
231
# define xmutex_clear(m)
pthread_mutex_destroy
(m)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h
231
# define xmutex_clear(m)
pthread_mutex_destroy
(m)
/prebuilts/ndk/r13/sources/third_party/vulkan/src/loader/
vk_loader_platform.h
206
pthread_mutex_destroy
(pMutex);
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
380
pthread_mutex_destroy
(&p_session->lock);
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
380
pthread_mutex_destroy
(&p_session->lock);
[
all
...]
/external/ImageMagick/MagickCore/
vms.h
822
#define
pthread_mutex_destroy
macro
[
all
...]
Completed in 906 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>