Searched refs:ds_allocated (Results 1 – 1 of 1) sorted by relevance
380 dispatch_source_t ds_allocated; variable386 …ds_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);