Searched refs:IPC_HILO (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/src/ipc/ |
H A D | shmctl.c | 45 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 D | msgctl.c | 47 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 D | semctl.c | 66 IPC_HILO(arg.buf, sem_otime); in semctl() 67 IPC_HILO(arg.buf, sem_ctime); in semctl()
|
H A 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/ |
H A D | msgctl.c | 48 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 D | semctl.c | 67 IPC_HILO(arg.buf, sem_otime); in semctl() 68 IPC_HILO(arg.buf, sem_ctime); in semctl()
|
Completed in 2 milliseconds