Lines Matching refs:printf
71 printf("Diff too high: %lld..", diff); in check_diff()
86 printf("Check itimer "); in check_itimer()
89 printf("virtual... "); in check_itimer()
91 printf("prof... "); in check_itimer()
93 printf("real... "); in check_itimer()
132 printf("[OK]\n"); in check_itimer()
134 printf("[FAIL]\n"); in check_itimer()
148 printf("Check timer_create() "); in check_timer_create()
150 printf("per thread... "); in check_timer_create()
152 printf("per process... "); in check_timer_create()
185 printf("[OK]\n"); in check_timer_create()
187 printf("[FAIL]\n"); in check_timer_create()
194 printf("Testing posix timers. False negative may happen on CPU execution \n"); in main()
195 printf("based timers if other threads run on the CPU...\n"); in main()