OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sem_union
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
semop.c
43
union semun
sem_union
= { .val = 0 };
local
44
if (semctl(id, 0, SETVAL,
sem_union
) == -1)
/external/strace/tests-m32/
semop.c
43
union semun
sem_union
= { .val = 0 };
local
44
if (semctl(id, 0, SETVAL,
sem_union
) == -1)
/external/strace/tests-mx32/
semop.c
43
union semun
sem_union
= { .val = 0 };
local
44
if (semctl(id, 0, SETVAL,
sem_union
) == -1)
Completed in 282 milliseconds