Lines Matching refs:debug_log
81 #define debug_log(args ...) printf(args) macro
83 #define debug_log(args ...) do { } while(0) macro
596 debug_log("%d Leader thread wait for ready\n", i); in worker_thread()
609 debug_log("%d Leader thread wait\n", i); in worker_thread()
627 debug_log("%d Leader thread go\n", i); in worker_thread()
709 debug_log("Thread %p woke up on CPU %d for iteration %d.\n", pthread_self(), cpuid, i); in worker_thread()
736 debug_log("Thread %p new value is %d, iteration %d\n", pthread_self(), done_threads, i); in worker_thread()
763 debug_log("Thread %p done spinning, iteration %d\n", pthread_self(), i); in worker_thread()
779 debug_log("%d Leader thread done\n", g_iterations - 1); in worker_thread()
1217 debug_log("%d Main thread reset\n", i); in main()
1227 debug_log("%d Main thread return\n", i); in main()