OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semun
(Results
26 - 32
of
32
) sorted by null
1
2
/external/ltp/testcases/kernel/syscalls/ipc/semop/
semop02.c
94
union
semun
arr;
semop05.c
77
union
semun
semunptr;
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl06.c
168
union
semun
get_arr;
245
/* 4th arg must either be missing, or must be of type 'union
semun
'.
311
/* 4th arg must either be missing, or must be of type 'union
semun
'.
314
union
semun
arg;
/external/toybox/toys/pending/
ipcs.c
43
union
semun
{ //man says declare it yourself
union
79
union
semun
n;
253
union
semun
u;
/external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c
48
#include "lapi/
semun
.h"
130
union
semun
u;
/external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c
56
#include "lapi/
semun
.h"
127
static union
semun
u;
/external/ltp/testcases/kernel/sched/process_stress/
process.c
47
#include "lapi/
semun
.h"
106
union
semun
semarg;
Completed in 380 milliseconds
1
2