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

/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c59 #define debug_log(args...) printf(args) macro
61 #define debug_log(args...) do { } while(0) macro
202 debug_log("Thread %p finished iteration.\n", pthread_self());
224 debug_log("New value is %d\n", new);
230 debug_log("Thread %p signalling main thread.\n", pthread_self());

Completed in 16 milliseconds