OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_mutexattr_destroy
(Results
1 - 25
of
421
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/drd/tests/
pth_mutex_reinit.c
20
pthread_mutexattr_destroy
(&attr);
27
pthread_mutexattr_destroy
(&attr);
pth_process_shared_mutex.c
21
pthread_mutexattr_destroy
(&attr);
recursive_mutex.c
45
pthread_mutexattr_destroy
(&attr);
59
pthread_mutexattr_destroy
(&attr);
hold_lock.c
50
pthread_mutexattr_destroy
(&mutexattr);
/external/jemalloc/test/src/
mtx.c
23
pthread_mutexattr_destroy
(&attr);
26
pthread_mutexattr_destroy
(&attr);
/external/compiler-rt/test/sanitizer_common/TestCases/
pthread_mutexattr_get.cc
16
res =
pthread_mutexattr_destroy
(&ma);
/external/deqp/framework/delibs/dethread/unix/
deMutexUnix.c
57
pthread_mutexattr_destroy
(&attr);
68
pthread_mutexattr_destroy
(&attr);
78
pthread_mutexattr_destroy
(&attr);
83
pthread_mutexattr_destroy
(&attr);
/external/jemalloc/src/
mutex.c
101
pthread_mutexattr_destroy
(&attr);
104
pthread_mutexattr_destroy
(&attr);
/external/v8/src/base/platform/
mutex.cc
25
result =
pthread_mutexattr_destroy
(&attr);
43
result =
pthread_mutexattr_destroy
(&attr);
/external/libchrome/base/synchronization/
lock_impl_posix.cc
25
rv =
pthread_mutexattr_destroy
(&mta);
/external/libcxx/src/
mutex.cpp
62
pthread_mutexattr_destroy
(&attr);
68
pthread_mutexattr_destroy
(&attr);
71
ec =
pthread_mutexattr_destroy
(&attr);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp
61
pthread_mutexattr_destroy
(&attr);
67
pthread_mutexattr_destroy
(&attr);
70
ec =
pthread_mutexattr_destroy
(&attr);
/external/webrtc/webrtc/base/
criticalsection.cc
25
pthread_mutexattr_destroy
(&mutex_attribute);
/external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll
46
@_ZL33__gthrw_pthread_mutexattr_destroyP19pthread_mutexattr_t = weak alias i32 (%struct.Alignment*), i32 (%struct.Alignment*)* @
pthread_mutexattr_destroy
; <i32 (%struct.Alignment*)*> [#uses=0]
118
define i32 @
pthread_mutexattr_destroy
(%struct.Alignment*) {
/external/llvm/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll
33
@_ZL33__gthrw_pthread_mutexattr_destroyP19pthread_mutexattr_t = weak alias i32 (%struct.__sched_param*), i32 (%struct.__sched_param*)* @
pthread_mutexattr_destroy
; <i32 (%struct.__sched_param*)*> [#uses=0]
108
define i32 @
pthread_mutexattr_destroy
(%struct.__sched_param*) {
/toolchain/binutils/binutils-2.25/gold/
gold-threads.cc
114
err =
pthread_mutexattr_destroy
(&attr);
116
gold_fatal(_("
pthread_mutexattr_destroy
failed: %s"), strerror(err));
/external/bison/lib/glthread/
lock.c
295
pthread_mutexattr_destroy
(&attributes);
301
pthread_mutexattr_destroy
(&attributes);
304
err =
pthread_mutexattr_destroy
(&attributes);
324
pthread_mutexattr_destroy
(&attributes);
330
pthread_mutexattr_destroy
(&attributes);
333
err =
pthread_mutexattr_destroy
(&attributes);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h
240
error_code =
pthread_mutexattr_destroy
(&mutex_attr); \
242
__itt_report_error(__itt_error_system, "
pthread_mutexattr_destroy
", \
/development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt
513
pthread_mutexattr_destroy
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt
496
pthread_mutexattr_destroy
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt
493
pthread_mutexattr_destroy
/development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt
513
pthread_mutexattr_destroy
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt
496
pthread_mutexattr_destroy
/development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt
493
pthread_mutexattr_destroy
/development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt
514
pthread_mutexattr_destroy
Completed in 751 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>