OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_destroy
(Results
701 - 725
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_destroy/
2-1.c
788
ret =
pthread_mutex_destroy
(&td->mtx1);
793
ret =
pthread_mutex_destroy
(&td->mtx2);
/external/mesa3d/src/vulkan/wsi/
wsi_common_x11.c
[
all
...]
/external/valgrind/helgrind/tests/
tc20_verifywrap.stderr.exp-glibc-2.18
53
Thread #x:
pthread_mutex_destroy
of a locked mutex
55
by 0x........:
pthread_mutex_destroy
(hg_intercepts.c:...)
tc20_verifywrap.stderr.exp-solaris
53
Thread #x:
pthread_mutex_destroy
of a locked mutex
55
by 0x........:
pthread_mutex_destroy
(hg_intercepts.c:...)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c
797
pthread_mutex_destroy
(&init_decode->queue_context.mutex);
798
pthread_mutex_destroy
(&read_lock);
/external/autotest/client/tests/posixtest/
posixtestsuite-1.5.2.tar.gz
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
397
pthread_mutex_destroy
(&p_session->lock);
[
all
...]
/external/valgrind/helgrind/
hg_intercepts.c
754
/* Handled: pthread_mutex_init
pthread_mutex_destroy
833
// glibc:
pthread_mutex_destroy
834
// darwin:
pthread_mutex_destroy
835
// Solaris: mutex_destroy (
pthread_mutex_destroy
is a weak alias)
861
DO_PthAPIerror( "
pthread_mutex_destroy
", ret );
871
PTH_FUNC(int, pthreadZumutexZudestroy, //
pthread_mutex_destroy
[
all
...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
474
pthread_mutex_destroy
(&p_session->lock);
[
all
...]
/device/generic/goldfish/audio/
audio_hw.c
98
pthread_mutex_destroy
(&audio_vbuffer->lock);
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
69
pthread_mutex_destroy
(&lock);
160
pthread_mutex_destroy
(&ports_block);
161
pthread_mutex_destroy
(&state_block);
[
all
...]
/art/runtime/openjdkjvm/
OpenjdkJvm.cc
142
CHECK_PTHREAD_CALL(
pthread_mutex_destroy
,
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
[
all
...]
/external/fio/t/
read-to-pipe-async.c
557
pthread_mutex_destroy
(&work->lock);
/external/libdrm/amdgpu/
amdgpu_bo.c
75
pthread_mutex_destroy
(&bo->cpu_access_mutex);
/external/libvncserver/libvncclient/
tls_openssl.c
45
#define MUTEX_FREE(mutex)
pthread_mutex_destroy
(&mutex)
/external/libvpx/libvpx/vp9/common/
vp9_thread_common.c
292
pthread_mutex_destroy
(&lf_sync->mutex_[i]);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c
675
ret =
pthread_mutex_destroy
(&td->mtx);
2-3.c
553
ret =
pthread_mutex_destroy
(&td->mtx);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c
634
ret =
pthread_mutex_destroy
(&td->mtx);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c
611
ret =
pthread_mutex_destroy
(&(td->mtx));
2-7.c
613
ret =
pthread_mutex_destroy
(&(td->mtx));
4-2.c
600
ret =
pthread_mutex_destroy
(&(td->mtx));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c
625
ret =
pthread_mutex_destroy
(&(td->mtx));
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress2.c
655
ret =
pthread_mutex_destroy
(&(cells[i].mtx));
Completed in 1197 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>