Home
last modified time | relevance | path

Searched refs:thread_zone (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_thread.c126 static uma_zone_t thread_zone; variable
342 thread_zone = uma_zcreate("THREAD", sched_sizeof_thread(), in threadinit()
408 td = (struct thread *)uma_zalloc(thread_zone, M_WAITOK); in thread_alloc()
411 uma_zfree(thread_zone, td); in thread_alloc()
445 uma_zfree(thread_zone, td); in thread_free()