OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_post
(Results
1 - 25
of
273
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/valgrind/drd/tests/
sem_open_traced.stderr.exp
4
[2]
sem_post
0x........ value 0 -> 1
6
[1]
sem_post
0x........ value 0 -> 1
sem_as_mutex.c
79
if (s_do_mutual_exclusion)
sem_post
(&s_sem);
102
if (s_do_mutual_exclusion)
sem_post
(&s_sem);
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_sleepingbarber.c
39
sem_post
(&print); \
65
if (-1 ==
sem_post
(&lock)) {
66
perror("
sem_post
(&lock) didn't return success");
82
if (-1 ==
sem_post
(&lock)) {
83
perror("
sem_post
(&lock) didn't return success");
86
if (-1 ==
sem_post
(&barber)) {
87
perror("
sem_post
(&barber) didn't return success");
110
if (-1 ==
sem_post
(&customer)) {
111
perror("
sem_post
(&customer) didn't return success");
117
if (-1 ==
sem_post
(&lock))
[
all
...]
/external/valgrind/helgrind/tests/
safe-semaphore.h
30
r =
sem_post
( sem );
41
#define
sem_post
safe_sem_post
macro
/bionic/libc/include/
semaphore.h
50
int
sem_post
(sem_t*);
/development/ndk/platforms/android-21/include/
semaphore.h
51
extern int
sem_post
(sem_t *);
/development/ndk/platforms/android-9/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/
semaphore.h
48
extern int
sem_post
(sem_t *);
Completed in 790 milliseconds
1
2
3
4
5
6
7
8
9
10
11