Lines Matching refs:printf
33 printf("Enter into send_1 \n"); in send_1()
39 printf("[%d] send '%s' in thread send_1. \n", i+1, s_msg_ptr[i]); in send_1()
50 printf("Enter into send_2 \n"); in send_2()
56 printf("[%d] send '%s' in thread send_2. \n", i+1, s_msg_ptr[i]); in send_2()
66 printf("Enter into receive_1 \n"); in receive_1()
72 printf("[%d] receive '%s' in thread receive_1. \n", i+1, r_msg_ptr_1[i]); in receive_1()
81 printf("Enter into receive_2 \n"); in receive_2()
87 printf("[%d] receive '%s' in thread receive_2. \n", i+1, r_msg_ptr_2[i]); in receive_2()
104 printf("mq_open doesn't return success \n"); in libc_mq()
108 printf("mq_open doesn't return success \n"); in libc_mq()
125 printf("PASSED\n"); in libc_mq()