Home
last modified time | relevance | path

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

/hurd/
A Dhurdsig.c664 thread_t *threads; in weak_alias() local
674 err = __task_threads (__mach_task_self (), &threads, &nthreads); in weak_alias()
678 if (act == handle && threads[i] == ss->thread) in weak_alias()
683 else if (threads[i] != _hurd_msgport_thread) in weak_alias()
685 err = __thread_resume (threads[i]); in weak_alias()
689 threads[i]); in weak_alias()
693 (vm_address_t) threads, in weak_alias()
694 nthreads * sizeof *threads); in weak_alias()

Completed in 6 milliseconds