Lines Matching refs:printf

28 	printf("Callback setting flag - OK. [cb_arg = %p]\n", cb_arg);  in test_alarm_callback()
37 printf("In %s - arg = %p\n", __func__, arg); in test_multi_cb()
45 printf("In %s - arg = %p\n", __func__, arg); in test_remove_in_callback()
48 printf("Error - cancelling callback from within function succeeded!\n"); in test_remove_in_callback()
60 printf("Error - cancelling callback of test_remove_in_callback_2\n"); in test_remove_in_callback_2()
73 printf("Expect 6 callbacks in order...\n"); in test_multi_alarms()
87 printf("Missing callbacks\n"); in test_multi_alarms()
94 printf("Expect only callbacks with args 1 and 3...\n"); in test_multi_alarms()
103 printf("Error: invalid flags count or alarm removal failure" in test_multi_alarms()
111 printf("Testing adding and then removing multiple alarms\n"); in test_multi_alarms()
118 printf("Error removing non-existant alarm succeeded\n"); in test_multi_alarms()
124 printf("Error removing all pending alarm callbacks\n"); in test_multi_alarms()
136 printf("Error cancelling head-of-list callback\n"); in test_multi_alarms()
141 printf("Error, cancelling head-of-list leads to premature callback\n"); in test_multi_alarms()
149 printf("Error - expected callback not called\n"); in test_multi_alarms()
157 printf("Testing canceling all for the same callback\n"); in test_multi_alarms()
165 printf("Error, cannot cancel all for the same callback\n"); in test_multi_alarms()
170 printf("Error, cannot cancel all for the same callback\n"); in test_multi_alarms()
182 printf("The alarm API is not supported on FreeBSD\n"); in test_alarm()
186 printf("check if the callback will be called\n"); in test_alarm()
190 printf("fail to set alarm callback\n"); in test_alarm()
197 printf("Callback not called\n"); in test_alarm()
202 printf("check if it will fail to set alarm with wrong ms values\n"); in test_alarm()
205 printf("should not be successful with 0 us value\n"); in test_alarm()
210 printf("should not be successful with (UINT64_MAX-1) us value\n"); in test_alarm()
215 printf("check if it will fail to set alarm with null callback parameter\n"); in test_alarm()
217 printf("should not be successful to set alarm with null callback parameter\n"); in test_alarm()
222 printf("check if it will fail to remove alarm with null callback parameter\n"); in test_alarm()
224 printf("should not be successful to remove alarm with null callback parameter"); in test_alarm()