Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dmemorystatus_freeze_test.c2308 dispatch_source_t sig_disp, exit_disp; variable
2356exit_disp = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)helper_pid, DISPATCH_PROC…
2357 dispatch_source_set_event_handler(exit_disp, ^{
2367 dispatch_activate(exit_disp);