OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutex_destroy
(Results
51 - 75
of
1316
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
1-1.c
69
(void)
pthread_mutex_destroy
(&mutex);
3-1.c
64
(void)
pthread_mutex_destroy
(&mutex);
3-2.c
77
(void)
pthread_mutex_destroy
(&mutex);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
2-1.c
47
if ((rc =
pthread_mutex_destroy
(&mutex)) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/
1-1.c
69
(void)
pthread_mutex_destroy
(&mutex);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-1.c
43
pthread_mutex_destroy
(&mutex);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_mutex.hpp
42
::
pthread_mutex_destroy
(&mutex_); // Ignore EBUSY.
/external/sfntly/cpp/src/sfntly/port/
lock.cc
55
pthread_mutex_destroy
(&os_lock_);
/external/valgrind/drd/tests/
hold_lock.c
56
pthread_mutex_destroy
(&mutex);
pth_cond_destroy_busy.c
66
pthread_mutex_destroy
(&s_mutex);
pth_cond_race.c
53
pthread_mutex_destroy
(&s_mutex);
thread_name.c
62
pthread_mutex_destroy
(&s_mutex);
pth_broadcast.c
36
pthread_mutex_destroy
(&p->m_mutex);
179
pthread_mutex_destroy
(&s_mutex);
/external/valgrind/helgrind/tests/
filter_stderr_solaris
22
'mutex_destroy' => '
pthread_mutex_destroy
',
locked_vs_unlocked3.c
59
r=
pthread_mutex_destroy
(&mx); assert(!r);
/external/webrtc/webrtc/system_wrappers/source/
critical_section_posix.cc
28
(void)
pthread_mutex_destroy
(&mutex_);
/frameworks/rs/
rsMutex.cpp
26
pthread_mutex_destroy
(&mMutex);
/hardware/intel/common/wrs_omxil_core/utils/src/
thread.cpp
44
pthread_mutex_destroy
(&lock);
/hardware/libhardware/modules/gralloc/
gr.h
55
inline ~Locker() {
pthread_mutex_destroy
(&mutex); }
/packages/apps/TV/jni/
mutex.h
36
pthread_mutex_destroy
(&mMutex);
/external/curl/lib/vtls/
polarssl_threadlock.c
86
ret =
pthread_mutex_destroy
(&mutex_buf[i]);
88
return 0; /*
pthread_mutex_destroy
failed */
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
1-1.c
77
if (
pthread_mutex_destroy
(&mutex) != 0) {
78
perror("Error in
pthread_mutex_destroy
().\n");
/external/ltp/testcases/realtime/func/pi-tests/
sbrk_mutex.c
145
if ((ret =
pthread_mutex_destroy
(mutexes[m])))
146
perror("
pthread_mutex_destroy
() failed\n");
/external/swiftshader/third_party/LLVM/test/Linker/
2011-08-22-ResolveAlias.ll
25
@_ZL29__gthrw_pthread_mutex_destroyP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @
pthread_mutex_destroy
67
declare extern_weak i32 @
pthread_mutex_destroy
(%union.pthread_mutex_t*)
2011-08-22-ResolveAlias2.ll
28
@_ZL29__gthrw_pthread_mutex_destroyP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @
pthread_mutex_destroy
72
declare extern_weak i32 @
pthread_mutex_destroy
(%union.pthread_mutex_t*)
Completed in 300 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>