Home
last modified time | relevance | path

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

/xnu-8796.101.5/tests/
H A Dperf_compressor.c190 dispatch_source_t ds_freeze, ds_proc, ds_decompr; in run_compressor_test() local
262ds_proc = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)pid, DISPATCH_PROC_EXIT, di… in run_compressor_test()
263 T_QUIET; T_ASSERT_NOTNULL(ds_proc, "dispatch_source_create (ds_proc)"); in run_compressor_test()
265 dispatch_source_set_event_handler(ds_proc, ^{ in run_compressor_test()
279 dispatch_activate(ds_proc); in run_compressor_test()
/xnu-8796.101.5/tests/vm/
H A Dmemorystatus_freeze_test.c347 dispatch_source_t ds_freeze, ds_proc; local
387ds_proc = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)child_pid, DISPATCH_PROC_EX…
388 T_QUIET; T_ASSERT_NOTNULL(ds_proc, "dispatch_source_create (ds_proc)");
390 dispatch_source_set_event_handler(ds_proc, ^{
404 dispatch_activate(ds_proc);