Searched refs:wq_nthreads (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.h60 int wq_nthreads; member in struct:workqueue
H A Dctfmerge.c676 wq->wq_nthreads = MIN(sysconf(_SC_NPROCESSORS_ONLN) * 3 / 2, nslots);
677 wq->wq_thread = xmalloc(sizeof (pthread_t) * wq->wq_nthreads);
683 wq->wq_ithrottle = throttle * wq->wq_nthreads;
686 wq->wq_nthreads);
714 barrier_init(&wq->wq_bar1, wq->wq_nthreads);
715 barrier_init(&wq->wq_bar2, wq->wq_nthreads);
732 for (i = 0; i < wq->wq_nthreads; i++) {
748 for (i = 0; i < wq->wq_nthreads; i++) {
/macosx-10.10/top-100.1.2/
H A Dworkqueue.c42 total = top_uinteger_calc_result(psamp->wq_nthreads,
H A Dtop.c152 case STATISTIC_WORKQUEUE: return COMP(a_a->wq_nthreads, a_b->wq_nthreads);
H A Dlibtop.h314 uint32_t wq_nthreads; member in struct:libtop_psamp_s
H A Dlibtop.c2485 pinfo->psamp.p_wq_nthreads = pinfo->psamp.wq_nthreads;
2490 pinfo->psamp.wq_nthreads = 0;
2501 pinfo->psamp.wq_nthreads = wqinfo.pwq_nthreads;
/macosx-10.10/libpthread-105.1.4/kern/
H A Dworkqueue_internal.h121 uint32_t wq_nthreads; member in struct:workqueue
H A Dkern_support.c1032 PTHREAD_TRACE(TRACE_wq_add_timer | DBG_FUNC_START, wq, wq->wq_flags, wq->wq_nthreads, wq->wq_thidlecount, 0);
1174 PTHREAD_TRACE(TRACE_wq_add_timer | DBG_FUNC_END, wq, start_timer, wq->wq_nthreads, wq->wq_thidlecount, 0);
1366 wq->wq_nthreads--;
1400 PTHREAD_TRACE1(TRACE_wq_thread_suspend | DBG_FUNC_END, wq, (uintptr_t)thread_tid(current_thread()), wq->wq_nthreads, 0xdead, thread_tid(tl->th_thread));
1403 PTHREAD_TRACE1(TRACE_wq_thread_park | DBG_FUNC_END, wq, (uintptr_t)thread_tid(current_thread()), wq->wq_nthreads, 0xdead, thread_tid(tl->th_thread));
1434 if (wq->wq_nthreads >= wq_max_threads || wq->wq_nthreads >= (pthread_kern->config_thread_max - 20)) {
1453 wq->wq_nthreads++;
1528 PTHREAD_TRACE1(TRACE_wq_thread_suspend | DBG_FUNC_START, wq, wq->wq_nthreads, 0, thread_tid(current_thread()), thread_tid(tl->th_thread));
1534 wq->wq_nthreads
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py393 wq_num_threads = int(work_queue.wq_nthreads)

Completed in 154 milliseconds