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
290
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/helgrind/tests/
tc18_semabuse.c
28
/* in glibc,
sem_destroy
is a no-op; making it fail is
39
sem_destroy
(&s1);
tc24_nonzero_sem.c
81
return
sem_destroy
(s);
/external/compiler-rt/lib/tsan/lit_tests/
vptr_benign_race.cc
25
sem_destroy
(&sem_);
vptr_harmful_race.cc
18
sem_destroy
(&sem_);
vptr_harmful_race2.cc
18
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"
/bionic/libc/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/cts/suite/audio_quality/lib/src/
Semaphore.cpp
29
sem_destroy
(&mSem);
/development/ndk/platforms/android-3/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/external/valgrind/main/drd/tests/
pth_detached_sem.c
87
sem_destroy
(&s_sem);
sem_as_mutex.c
87
sem_destroy
(&s_sem);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
semaphore.h
44
extern int
sem_destroy
(sem_t *);
Completed in 700 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>