Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dkevent_pty.c205 __block void (^redispatch_blk)(void) = Block_copy(^{ in redispatch() local
222 dispatch_source_set_cancel_handler(src, redispatch_blk); in redispatch()
228 dispatch_async(dispatch_get_main_queue(), redispatch_blk); in redispatch()