Home
last modified time | relevance | path

Searched refs:msg_stime (Results 1 - 25 of 47) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmsgbuf.h32 long msg_stime; /* last msgsnd time */ member
48 unsigned long msg_stime; /* last msgsnd time */ member
65 unsigned long msg_stime; /* last msgsnd time */ member
97 long msg_stime; /* last msgsnd time */ member
103 unsigned long msg_stime; /* last msgsnd time */ member
131 long msg_stime; /* last msgsnd time */ member
137 unsigned long msg_stime; /* last msgsnd time */ member
167 long msg_stime; /* last msgsnd time */ member
173 unsigned long msg_stime; /* last msgsnd time */ member
202 __kernel_long_t msg_stime; /* las member
232 unsigned long msg_stime; /* last msgsnd time */ global() member
239 unsigned long msg_stime; /* last msgsnd time */ global() member
281 long msg_stime; /* last msgsnd time */ global() member
286 unsigned long msg_stime; /* last msgsnd time */ global() member
[all...]
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
H A Dmsgsnd01.c53 if (qs_buf.msg_stime >= before_snd && qs_buf.msg_stime <= after_snd) { in verify_msgsnd()
54 tst_res(TPASS, "msg_stime = %lu in [%lu, %lu]", in verify_msgsnd()
55 (unsigned long)qs_buf.msg_stime, in verify_msgsnd()
58 tst_res(TFAIL, "msg_stime = %lu out of [%lu, %lu]", in verify_msgsnd()
59 (unsigned long)qs_buf.msg_stime, in verify_msgsnd()
/third_party/musl/libc-test/src/functional/
H A Dipc_msg.c64 EQ((long long)qid_ds.msg_stime, 0, "got %lld, want %d"); in snd()
78 if (qid_ds.msg_stime < t) in snd()
79 t_error("msg_stime is %lld want >= %lld\n", (long long)qid_ds.msg_stime, (long long)t); in snd()
80 if (qid_ds.msg_stime > t+5) in snd()
81 t_error("msg_stime is %lld want <= %lld\n", (long long)qid_ds.msg_stime, (long long)t+5); in snd()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl01.c39 if (buf.msg_stime == 0) in verify_msgctl()
40 tst_res(TPASS, "msg_stime = 0"); in verify_msgctl()
42 tst_res(TFAIL, "msg_stime = %lu", (unsigned long)buf.msg_stime); in verify_msgctl()
/third_party/toybox/toys/pending/
H A Dipcs.c70 buf.msg_stime ? ctime(&buf.msg_stime) : "Not set", in show_msg_id()
392 printf(" %-20.16s", buf.msg_stime in msg_array()
393 ? ctime(&buf.msg_stime) + 4 : "Not set"); in msg_array()
/third_party/musl/arch/generic/bits/
H A Dmsg.h3 time_t msg_stime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/arm/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/i386/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/m68k/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/microblaze/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/or1k/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/powerpc/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/riscv32/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/x32/bits/
H A Dmsg.h3 time_t msg_stime; member
/third_party/musl/arch/sh/bits/
H A Dmsg.h15 time_t msg_stime; member
/third_party/musl/arch/mips/bits/
H A Dmsg.h24 time_t msg_stime; member
/third_party/musl/arch/mipsn32/bits/
H A Dmsg.h24 time_t msg_stime; member
/third_party/musl/libc-test/src/api/
H A Dsys_msg.c21 F(time_t, msg_stime) in f()
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dmsgctl.c48 IPC_HILO(buf, msg_stime); in msgctl()
/third_party/musl/src/ipc/
H A Dmsgctl.c47 IPC_HILO(buf, msg_stime); in msgctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs65 pub msg_stime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Dmod.rs56 pub msg_stime: ::time_t,

Completed in 7 milliseconds

12