Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/
HDvoucher.c119 voucher->v_activities = activities; in _voucher_alloc()
332 if (!voucher->v_has_priority && !voucher->v_activities && in _voucher_get_mach_voucher()
374 if (voucher && (voucher->v_has_priority || voucher->v_activities || in _voucher_create_mach_voucher_with_priority()
508 unsigned int activities = ov ? ov->v_activities : 0; in _voucher_create_with_priority_and_mach_voucher()
577 unsigned int activities = ov->v_activities; in _voucher_create_without_importance()
696 voucher->v_activities = 0; in _voucher_dispose()
2289 if (!(flags & voucher_activity_flag_force) && ov && ov->v_activities) { in voucher_activity_start_with_location()
2290 oactivities = ov->v_activities; in voucher_activity_start_with_location()
2370 unsigned int activities = v->v_activities, act_idx = activities; in voucher_activity_end()
2421 unsigned int activities = v->v_activities; in voucher_get_activities()
[all …]
HDinit.c145 .vo_activity_ids_count = offsetof(struct voucher_s, v_activities),
146 .vo_activity_ids_count_size = sizeof(((voucher_t)NULL)->v_activities),
HDvoucher_internal.h167 unsigned int v_activities; member