OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sender_msqid
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/kernel/
t_sysv.c
187
int
sender_msqid
;
local
206
sender_msqid
= msgget(msgkey, IPC_CREAT | 0640);
207
ATF_REQUIRE_MSG(
sender_msqid
!= -1, "msgget: %d", errno);
208
write_int("
sender_msqid
",
sender_msqid
);
215
ATF_REQUIRE_MSG(msgctl(
sender_msqid
, IPC_STAT, &m_ds) != -1,
222
ATF_REQUIRE_MSG(msgctl(
sender_msqid
, IPC_SET, &m_ds) != -1,
227
ATF_REQUIRE_MSG(msgctl(
sender_msqid
, IPC_STAT, &m_ds) != -1,
256
ATF_REQUIRE_MSG(msgsnd(
sender_msqid
, &m, MESSAGE_TEXT_LEN,
259
ATF_REQUIRE_MSG(msgrcv(
sender_msqid
, &m, MESSAGE_TEXT_LEN
297
int
sender_msqid
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026