Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/
A D_Fork.c80 thread_t thread, sigthread; in _Fork() local
125 thread = sigthread = MACH_PORT_NULL; in _Fork()
431 || (err = __thread_create (newtask, &sigthread))) in _Fork()
453 sigthread, in _Fork()
509 if (err = _hurd_tls_fork (sigthread, _hurd_msgport_thread, &state)) in _Fork()
512 if (err = __thread_set_state (sigthread, MACHINE_THREAD_STATE_FLAVOR, in _Fork()
566 if (sigthread != MACH_PORT_NULL) in _Fork()
567 __mach_port_deallocate (__mach_task_self (), sigthread); in _Fork()

Completed in 4 milliseconds