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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h143 thread_t zone_replenish_thread; member in struct:zone
H A Dzalloc.c1177 z->zone_replenish_thread = NULL;
1248 static void zone_replenish_thread(zone_t);
1253 static void zone_replenish_thread(zone_t z) { function
1296 assert_wait_timeout(&z->zone_replenish_thread, THREAD_UNINT, 1, 100 * NSEC_PER_USEC);
1306 assert_wait(&z->zone_replenish_thread, THREAD_UNINT);
1318 kern_return_t tres = kernel_thread_start_priority((thread_continue_t)zone_replenish_thread, z, MAXPRI_KERNEL, &z->zone_replenish_thread);
1324 thread_deallocate(z->zone_replenish_thread);
1966 thread_wakeup(&zone->zone_replenish_thread);

Completed in 72 milliseconds