Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSSerialize.cpp327 OSSharedPtr<OSSerializer> thing = OSMakeShared<OSSerializer>(); in OSDefineMetaClassAndStructors() local
329 if (thing && !thing->init()) { in OSDefineMetaClassAndStructors()
330 thing.reset(); in OSDefineMetaClassAndStructors()
333 if (thing) { in OSDefineMetaClassAndStructors()
334 thing->target = target; in OSDefineMetaClassAndStructors()
335 thing->ref = ref; in OSDefineMetaClassAndStructors()
336 thing->callback = callback; in OSDefineMetaClassAndStructors()
338 return thing; in OSDefineMetaClassAndStructors()
/xnu-11215/osfmk/kern/
H A Dqueue.h969 #define queue_field(head, thing, type, field) \ argument
970 (((head) == (thing)) ? (head) : &((type)(void *)(thing))->field)
/xnu-11215/iokit/DriverKit/
H A Dqueue_implementation.h969 #define queue_field(head, thing, type, field) \ argument
970 (((head) == (thing)) ? (head) : &((type)(void *)(thing))->field)
/xnu-11215/doc/primitives/
H A Dstring-handling.md244 `strnlen` (they do the same thing, but having a separate `strbuflen` function
H A Datomics.md98 operations in code written before C11 was even a thing.
/xnu-11215/doc/lifecycle/
H A Dhibernation.md267 (the header is the last thing actually written), the HMAC is actually
/xnu-11215/tools/lldbmacros/
H A DREADME.md408 …the lldbmacros may print out an exception backtrace and halt immediately. The important thing is to