Home
last modified time | relevance | path

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

/third_party/musl/src/ipc/
H A Dshmctl.c45 IPC_HILO(buf, shm_atime); in shmctl()
46 IPC_HILO(buf, shm_dtime); in shmctl()
47 IPC_HILO(buf, shm_ctime); in shmctl()
H A Dmsgctl.c47 IPC_HILO(buf, msg_stime); in msgctl()
48 IPC_HILO(buf, msg_rtime); in msgctl()
49 IPC_HILO(buf, msg_ctime); in msgctl()
H A Dsemctl.c66 IPC_HILO(arg.buf, sem_otime); in semctl()
67 IPC_HILO(arg.buf, sem_ctime); in semctl()
H A 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/
H A Dmsgctl.c48 IPC_HILO(buf, msg_stime); in msgctl()
49 IPC_HILO(buf, msg_rtime); in msgctl()
50 IPC_HILO(buf, msg_ctime); in msgctl()
H A Dsemctl.c67 IPC_HILO(arg.buf, sem_otime); in semctl()
68 IPC_HILO(arg.buf, sem_ctime); in semctl()

Completed in 2 milliseconds