Home
last modified time | relevance | path

Searched refs:IPC_HILO (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/ipc/
Dmsgctl.c35 IPC_HILO(buf, msg_stime); in msgctl()
36 IPC_HILO(buf, msg_rtime); in msgctl()
37 IPC_HILO(buf, msg_ctime); in msgctl()
Dshmctl.c35 IPC_HILO(buf, shm_atime); in shmctl()
36 IPC_HILO(buf, shm_dtime); in shmctl()
37 IPC_HILO(buf, shm_ctime); in shmctl()
Dsemctl.c54 IPC_HILO(arg.buf, sem_otime); in semctl()
55 IPC_HILO(arg.buf, sem_ctime); in semctl()
Dipc.h24 #define IPC_HILO(b,t) ((b)->t = (b)->__##t##_lo | 0LL+(b)->__##t##_hi<<32) macro
/third_party/musl/porting/liteos_a/user/src/ipc/
Dmsgctl.c38 IPC_HILO(buf, msg_stime); in msgctl()
39 IPC_HILO(buf, msg_rtime); in msgctl()
40 IPC_HILO(buf, msg_ctime); in msgctl()
Dsemctl.c57 IPC_HILO(arg.buf, sem_otime); in semctl()
58 IPC_HILO(arg.buf, sem_ctime); in semctl()