Searched refs:nthreads (Results 1 – 3 of 3) sorted by relevance
89 mach_msg_type_number_t nthreads = 0; in _Fork() local99 for (i = 0; i < nthreads; ++i) in _Fork()194 if (err = __task_threads (__mach_task_self (), &threads, &nthreads)) in _Fork()347 for (j = 0; j < nthreads; ++j) in _Fork()350 if (j < nthreads) in _Fork()581 for (i = 0; i < nthreads; ++i) in _Fork()585 nthreads * sizeof (*threads)); in _Fork()
59 mach_msg_type_number_t nthreads = 3, i; in ptrace() local60 error_t err = __task_threads (task, &threads, &nthreads); in ptrace()63 if (nthreads == 0) in ptrace()66 for (i = 1; i < nthreads; ++i) in ptrace()70 (vm_address_t) threads, nthreads * sizeof threads[0]); in ptrace()
223 int nthreads; /* Total number of threads in use. */ member
Completed in 12 milliseconds