Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_sort_test.c380 dispatch_source_t ds_allocated; variable
386ds_allocated = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, SIGUSR1, 0, dispatch_get_main_q…
387 T_QUIET; T_ASSERT_NOTNULL(ds_allocated, "dispatch_source_create (ds_allocated)");
389 dispatch_source_set_event_handler(ds_allocated, ^{
402 dispatch_activate(ds_allocated);