Searched refs:IPCOP_msgrcv (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/ipc/ |
H A D | msgrcv.c | 13 return syscall_cp(SYS_ipc, IPCOP_msgrcv, q, len, flag, ((long[]){ (long)m, type })); in msgrcv()
|
/third_party/musl/src/ipc/ |
H A D | ipc.h | 8 #define IPCOP_msgrcv 12 macro
|
H A D | msgrcv.c | 12 return syscall_cp(SYS_ipc, IPCOP_msgrcv, q, len, flag, ((long[]){ (long)m, type })); in msgrcv()
|
Completed in 2 milliseconds