Searched refs:s_msg_ptr (Results 1 – 1 of 1) sorted by relevance
| /examples/libc/ |
| A D | mq.c | 23 const char *s_msg_ptr[] = {"msg test 1", "msg test 2", "msg test 3"}; variable 35 if ( -1 == mq_send(mq1, s_msg_ptr[i], MSG_SIZE, i)) { in send_1() 39 printf("[%d] send '%s' in thread send_1. \n", i+1, s_msg_ptr[i]); in send_1() 52 if ( -1 == mq_send(mq2, s_msg_ptr[i], MSG_SIZE, i)) { in send_2() 56 printf("[%d] send '%s' in thread send_2. \n", i+1, s_msg_ptr[i]); in send_2()
|
Completed in 2 milliseconds