Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/libkern/
H A DBlock_private.h32 struct Block_byref;
200 <void (*)(struct Block_byref *, struct Block_byref *),
204 <void (*)(struct Block_byref *),
214 typedef void (*BlockByrefKeepFunction)(struct Block_byref*, struct Block_byref*);
215 typedef void (*BlockByrefDestroyFunction)(struct Block_byref *);
319 struct Block_byref { struct
321 struct Block_byref *forwarding; argument
/xnu-8020.121.3/libkern/libclosure/
H A Druntime.cpp325 static struct Block_byref *
328 struct Block_byref *src = (struct Block_byref *)arg; in _Block_byref_copy()
332 struct Block_byref *copy = (struct Block_byref *)malloc(src->size); in _Block_byref_copy()
372 struct Block_byref *byref = (struct Block_byref *)arg; in _Block_byref_release()