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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c360 thread_t allocator_thread; local
504 kernel_thread_start ((thread_continue_t) hfs_initialize_allocator , hfsmp, &allocator_thread);
505 thread_deallocate(allocator_thread);
1304 thread_t allocator_thread; local
2052 kernel_thread_start ((thread_continue_t) hfs_initialize_allocator , hfsmp, &allocator_thread);
2053 thread_deallocate(allocator_thread);

Completed in 22 milliseconds