Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/ !
H A Dvm_reclaim.c377 dispatch_source_t ds_signal, ds_exit; in test_after_background_helper_launches() local
407ds_exit = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX… in test_after_background_helper_launches()
408 dispatch_source_set_event_handler(ds_exit, exit_block); in test_after_background_helper_launches()
410 dispatch_activate(ds_exit); in test_after_background_helper_launches()
H A Dmemorystatus_freeze_test.c628 dispatch_source_t ds_signal, ds_exit; local
660ds_exit = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX…
661 dispatch_source_set_event_handler(ds_exit, ^{
670 dispatch_activate(ds_exit);
897 dispatch_source_t ds_signal, ds_exit; local
905ds_exit = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX…
906 dispatch_source_set_event_handler(ds_exit, ^{
918 dispatch_activate(ds_exit);