Searched refs:spawn_queue (Results 1 – 1 of 1) sorted by relevance
53 static dispatch_queue_t spawn_queue, processing_queue; variable65 dispatch_release(spawn_queue); in cleanup()95 spawn_queue = dispatch_queue_create("com.apple.perf_exit.spawn_queue", NULL);100 dispatch_sync(spawn_queue, ^(void) {141 dispatch_sync(spawn_queue, ^(void) {181 dispatch_async(spawn_queue, spawn_process);184 dispatch_async(spawn_queue, spawn_process);