Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/
A D_Fork.c89 mach_msg_type_number_t nthreads = 0; in _Fork() local
99 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()
A Dptrace.c59 mach_msg_type_number_t nthreads = 3, i; in ptrace() local
60 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()
/sysdeps/nptl/
A Dthread_db.h223 int nthreads; /* Total number of threads in use. */ member

Completed in 12 milliseconds