Searched refs:thr_cnt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dapply.c186 uint32_t thr_cnt = _dispatch_hw_config.cc_max_active; local
191 thr_cnt = nested < thr_cnt ? thr_cnt / nested : 1;
195 if (iterations < thr_cnt) {
196 thr_cnt = (uint32_t)iterations;
207 da->da_thr_cnt = thr_cnt;
218 if (slowpath(dq->dq_width <= 2) || slowpath(thr_cnt <= 1)) {
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c182 mach_msg_type_number_t thr_cnt = 0; local
185 kern_return_t ret = task_threads(my_task, &thr_list, &thr_cnt);
187 for (CFIndex idx = 0; idx < thr_cnt; idx++) {
198 vm_deallocate(my_task, (vm_address_t)thr_list, sizeof(thread_t) * thr_cnt);

Completed in 111 milliseconds