OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_destroy
(Results
1 - 25
of
462
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/drd/tests/
sem_wait.cpp
31
if (
sem_destroy
(&mySemaphore) != 0)
32
throw FailedOn("
sem_destroy
", errno);
annotate_sem.c
33
static void
sem_destroy
(sem_t *p)
function
91
sem_destroy
(&s_sem);
filter_stderr_solaris
39
'sema_destroy' => '
sem_destroy
',
pth_detached_sem.c
87
sem_destroy
(&s_sem);
sem_as_mutex.c
87
sem_destroy
(&s_sem);
/external/compiler-rt/test/msan/
sem_getvalue.cc
18
res =
sem_destroy
(&sem);
/external/valgrind/helgrind/tests/
tc18_semabuse.c
28
/* in glibc,
sem_destroy
is a no-op; making it fail is
42
sem_destroy
(&s1);
tc24_nonzero_sem.c
81
return
sem_destroy
(s);
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sem_init_glibc.cc
18
sem_destroy
(&sem);
/external/compiler-rt/test/tsan/
vptr_harmful_race.cc
16
sem_destroy
(&sem_);
vptr_harmful_race2.cc
16
sem_destroy
(&sem_);
vptr_harmful_race3.cc
16
sem_destroy
(&sem_);
/external/llvm/test/CodeGen/X86/
2010-09-16-asmcrash.ll
6
module asm ".weak
sem_destroy
"
7
module asm ".equ
sem_destroy
, _sem_destroy"
/development/ndk/platforms/android-21/samples/native-codec/jni/
looper.cpp
144
sem_destroy
(&headdataavailable);
145
sem_destroy
(&headwriteprotect);
/bionic/libc/include/
semaphore.h
47
int
sem_destroy
(sem_t*);
/cts/suite/audio_quality/lib/src/
Semaphore.cpp
29
sem_destroy
(&mSem);
/development/ndk/platforms/android-21/include/
semaphore.h
47
extern int
sem_destroy
(sem_t *);
/development/ndk/platforms/android-3/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
Completed in 152 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>