Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIODMACommand.h635 bool inited = self-> in weakWithSpecification() local
639 if (inited) { in weakWithSpecification()
/xnu-8792.41.9/bsd/kern/
H A Dkern_memorystatus_internal.h119 uint8_t inited; /* boolean - if the thread is initialized */ member
H A Dkern_memorystatus.c1492 jetsam_threads[i].inited = FALSE; in memorystatus_init()
3829 jetsam_thread->inited = TRUE; in memorystatus_thread_init()
4033 if (jetsam_thread->inited == FALSE) { in memorystatus_thread_internal()