Home
last modified time | relevance | path

Searched refs:debug_log (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/tools/tests/zero-to-n/
H A Dzero-to-n.c81 #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()
[all …]