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

/macosx-10.10/libauto-186/
H A DZoneCollectors.cpp81 worker_print("scanning large %p\n", large);
99 worker_print("scanning subzone %p\n", sz);
H A DZone.cpp1790 worker_print("starting (dedicated = %s, work_to_completion = %s)\n", is_dedicated ? "true" : "false", work_to_completion ? "true" : "false");
1812 worker_print("exiting (dedicated = %s, work_to_completion = %s)\n", is_dedicated ? "true" : "false", work_to_completion ? "true" : "false");
H A DZone.h72 #define worker_print(fmt, args...) macro
73 //#define worker_print(fmt, args...) malloc_printf("worker %d: "fmt, Zone::worker_thread_id(), args);

Completed in 87 milliseconds