Searched refs:MSG_TYPE (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/kernel/syscall_ipc/msg_handle/ |
H A D | MsgHandleApiTest.cpp | 35 static const int MSG_TYPE = 1; variable 77 .type = MSG_TYPE, in HWTEST_F() 89 ret = msgrcv(msqid, &buffer, MAX_LEN, MSG_TYPE, IPC_NOWAIT); in HWTEST_F() 110 .type = MSG_TYPE, in HWTEST_F() 120 ret = msgrcv(-1, &buffer, MAX_LEN, MSG_TYPE, IPC_NOWAIT); in HWTEST_F() 139 .type = MSG_TYPE, in HWTEST_F() 152 ret = msgrcv(msqid, &buffer, -1, MSG_TYPE, IPC_NOWAIT); in HWTEST_F()
|
Completed in 1 milliseconds