OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semtimedop
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sem.h
63
extern int
semtimedop
(int __semid, struct sembuf *__sops, size_t __nsops,
/external/valgrind/main/none/tests/
sem.c
35
/* The next call to
semtimedop
causes the program to hang on
46
if (
semtimedop
(semid, &sop, 1, &ts) < 0 && errno != EAGAIN)
48
perror("
semtimedop
");
73
if (
semtimedop
(semid, &sop, 1, &ts) < 0)
75
perror("
semtimedop
");
Completed in 590 milliseconds