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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4971 int my_msg_queue_id = -1; local
4980 my_msg_queue_id = msgget( IPC_PRIVATE, (IPC_CREAT | IPC_EXCL | IPC_R | IPC_W) );
4981 if ( my_msg_queue_id == -1 ) {
4987 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5004 my_err = msgsnd( my_msg_queue_id, &my_msg, sizeof( my_msg.msq_buffer ), 0 );
5010 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5022 my_result = msgrcv( my_msg_queue_id, &my_msg, sizeof( my_msg.msq_buffer ), 0, 0 );
5036 my_err = msgctl( my_msg_queue_id, IPC_STAT, &my_msq_ds );
5047 my_err = msgctl( my_msg_queue_id, IPC_RMID, NULL );
5052 my_msg_queue_id
[all...]

Completed in 18 milliseconds