Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/libkern/
H A DBlock.h62 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__))) macro
/xnu-8019.80.24/tests/
H A Dkqueue_in_select.c33 rc = pthread_create(&th, NULL, pthread_async_do, Block_copy(block));
H A Dkqueue_close.c100 rc = pthread_create(&th, NULL, pthread_async_do, Block_copy(block));
H A Dkqueue_port_tests.c82 rc = pthread_create(&th, NULL, pthread_async_do, Block_copy(block));
H A Dperf_exit.c154 __block void (^spawn_process)(void) = Block_copy(^(void) {
H A Dkevent_pty.c205 __block void (^redispatch_blk)(void) = Block_copy(^{ in redispatch()
/xnu-8019.80.24/iokit/Kernel/
H A DIOEventSource.cpp242 actionBlock = Block_copy(block); in setActionBlock()
H A DIOFilterInterruptEventSource.cpp143 FilterBlock filter = Block_copy(inFilterAction); in filterInterruptEventSource()
H A DIOService.cpp2218 block = Block_copy(handler); in registerInterest()
6205 block = Block_copy(handler); in addMatchingNotification()
8405 block = Block_copy(handler); in registerInterruptBlock()
H A DIOUserServer.cpp1333 ivars->abortedHandler = Block_copy(handler); in SetAbortedHandler()
6430 listener->fHandler = Block_copy(handler); in stateNotificationListenerAdd()
/xnu-8019.80.24/libkern/c++/
H A DOSSerialize.cpp344 block = Block_copy(callback); in withBlock()