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

/xnu-2422.115.4/libkern/c++/
H A DOSSerialize.cpp250 OSSerializer * thing; local
252 thing = new OSSerializer;
253 if( thing && !thing->init()) {
254 thing->release();
255 thing = 0;
258 if( thing) {
259 thing->target = target;
260 thing->ref = ref;
261 thing
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dqueue.h477 * given element (thing) in the given queue (head)
479 #define queue_field(head, thing, type, field) \
480 (((head) == (thing)) ? (head) : &((type)(void *)(thing))->field)

Completed in 71 milliseconds