Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/libkern/
H A DBlock.h62 #define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__))) macro
/xnu-8792.41.9/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 Dperf_exit.c154 __block void (^spawn_process)(void) = Block_copy(^(void) {
H A Dkqueue_port_tests.c82 rc = pthread_create(&th, NULL, pthread_async_do, Block_copy(block));
H A Dkevent_pty.c205 __block void (^redispatch_blk)(void) = Block_copy(^{ in redispatch()
/xnu-8792.41.9/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.cpp2253 block = Block_copy(handler); in registerInterest()
6353 block = Block_copy(handler); in addMatchingNotification()
8553 block = Block_copy(handler); in registerInterruptBlock()
H A DIOUserServer.cpp1375 ivars->abortedHandler = Block_copy(handler); in SetAbortedHandler()
7073 listener->fHandler = Block_copy(handler); in stateNotificationListenerAdd()
/xnu-8792.41.9/libkern/c++/
H A DOSSerialize.cpp355 block = Block_copy(callback); in withBlock()