Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDqueue_internal.h183 unsigned int dqa_overcommit:1, dqa_concurrent:1; member
HDinit.c204 .dqa_overcommit = (overcommit), \
HDqueue.c1104 dqa->dqa_overcommit, dqa->dqa_concurrent); in dispatch_queue_attr_make_with_qos_class()
1153 bool overcommit = dqa->dqa_overcommit; in dispatch_queue_create_with_target()