Searched refs:ds_exit (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/tests/vm/ |
| H A D | vm_reclaim.c | 320 dispatch_source_t ds_signal, ds_exit; in test_after_background_helper_launches() local 350 …ds_exit = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX… in test_after_background_helper_launches() 351 dispatch_source_set_event_handler(ds_exit, exit_block); in test_after_background_helper_launches() 353 dispatch_activate(ds_exit); in test_after_background_helper_launches()
|
| H A D | memorystatus_freeze_test.c | 610 dispatch_source_t ds_signal, ds_exit; local 642 …ds_exit = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX… 643 dispatch_source_set_event_handler(ds_exit, ^{ 652 dispatch_activate(ds_exit); 874 dispatch_source_t ds_signal, ds_exit; local 882 …ds_exit = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX… 883 dispatch_source_set_event_handler(ds_exit, ^{ 895 dispatch_activate(ds_exit);
|