Searched refs:IPC_HILO (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/ipc/ |
D | msgctl.c | 35 IPC_HILO(buf, msg_stime); in msgctl() 36 IPC_HILO(buf, msg_rtime); in msgctl() 37 IPC_HILO(buf, msg_ctime); in msgctl()
|
D | shmctl.c | 35 IPC_HILO(buf, shm_atime); in shmctl() 36 IPC_HILO(buf, shm_dtime); in shmctl() 37 IPC_HILO(buf, shm_ctime); in shmctl()
|
D | semctl.c | 54 IPC_HILO(arg.buf, sem_otime); in semctl() 55 IPC_HILO(arg.buf, sem_ctime); in semctl()
|
D | ipc.h | 24 #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/ |
D | msgctl.c | 38 IPC_HILO(buf, msg_stime); in msgctl() 39 IPC_HILO(buf, msg_rtime); in msgctl() 40 IPC_HILO(buf, msg_ctime); in msgctl()
|
D | semctl.c | 57 IPC_HILO(arg.buf, sem_otime); in semctl() 58 IPC_HILO(arg.buf, sem_ctime); in semctl()
|