Home
last modified time | relevance | path

Searched refs:msg_ctime (Results 1 - 25 of 46) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmsgbuf.h34 long msg_ctime; /* last change time */ member
52 unsigned long msg_ctime; /* last change time */ member
69 unsigned long msg_ctime; /* last change time */ member
99 long msg_ctime; /* last change time */ member
107 unsigned long msg_ctime; /* last change time */ member
133 long msg_ctime; /* last change time */ member
141 unsigned long msg_ctime; /* last change time */ member
169 long msg_ctime; /* last change time */ member
177 unsigned long msg_ctime; /* last change time */ member
204 __kernel_long_t msg_ctime; /* las member
236 unsigned long msg_ctime; /* last change time */ global() member
243 unsigned long msg_ctime; /* last change time */ global() member
283 long msg_ctime; /* last change time */ global() member
290 unsigned long msg_ctime; /* last change time */ global() member
[all...]
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl01.c49 if (buf.msg_ctime <= creat_time && buf.msg_ctime >= creat_time - 2) { in verify_msgctl()
50 tst_res(TPASS, "msg_ctime = %lu, expected %lu", in verify_msgctl()
51 (unsigned long)buf.msg_ctime, (unsigned long)creat_time); in verify_msgctl()
53 tst_res(TFAIL, "msg_ctime = %lu, expected %lu", in verify_msgctl()
54 (unsigned long)buf.msg_ctime, (unsigned long)creat_time); in verify_msgctl()
/third_party/musl/libc-test/src/functional/
H A Dipc_msg.c66 if (qid_ds.msg_ctime < t) in snd()
67 t_error("qid_ds.msg_ctime >= t failed: got %lld, want >= %lld\n", (long long)qid_ds.msg_ctime, (long long)t); in snd()
68 if (qid_ds.msg_ctime > t+5) in snd()
69 t_error("qid_ds.msg_ctime <= t+5 failed: got %lld, want <= %lld\n", (long long)qid_ds.msg_ctime, (long long)t+5); in snd()
/third_party/toybox/toys/pending/
H A Dipcs.c72 buf.msg_ctime ? ctime(&buf.msg_ctime) : "Not set"); in show_msg_id()
396 printf(" %-20.16s\n", buf.msg_ctime in msg_array()
397 ? ctime(&buf.msg_ctime) + 4 : "Not set"); in msg_array()
/third_party/musl/arch/generic/bits/
H A Dmsg.h5 time_t msg_ctime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/arm/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/i386/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/m68k/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/microblaze/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/or1k/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/powerpc/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/riscv32/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/x32/bits/
H A Dmsg.h5 time_t msg_ctime; member
/third_party/musl/arch/sh/bits/
H A Dmsg.h17 time_t msg_ctime; member
/third_party/musl/arch/mips/bits/
H A Dmsg.h26 time_t msg_ctime; member
/third_party/musl/arch/mipsn32/bits/
H A Dmsg.h26 time_t msg_ctime; member
/third_party/musl/libc-test/src/api/
H A Dsys_msg.c23 F(time_t,msg_ctime) in f()
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dmsgctl.c50 IPC_HILO(buf, msg_ctime); in msgctl()
/third_party/musl/src/ipc/
H A Dmsgctl.c49 IPC_HILO(buf, msg_ctime); in msgctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs67 pub msg_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Dmod.rs58 pub msg_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs122 pub msg_ctime: ::time_t,

Completed in 6 milliseconds

12