Searched refs:debug_log (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 80 #define debug_log(args ...) printf(args) macro 82 #define debug_log(args ...) do { } while(0) macro 584 debug_log("%d Leader thread wait for ready\n", i); in worker_thread() 597 debug_log("%d Leader thread wait\n", i); in worker_thread() 615 debug_log("%d Leader thread go\n", i); in worker_thread() 697 debug_log("Thread %p woke up on CPU %d for iteration %d.\n", pthread_self(), cpuid, i); in worker_thread() 724 debug_log("Thread %p new value is %d, iteration %d\n", pthread_self(), done_threads, i); in worker_thread() 751 debug_log("Thread %p done spinning, iteration %d\n", pthread_self(), i); in worker_thread() 767 debug_log("%d Leader thread done\n", g_iterations - 1); in worker_thread() 1202 debug_log("%d Main thread reset\n", i); in main() [all …]
|