Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/
A Dkill.c50 task_t refport; in __kill() local
51 err = __proc_pid2task (proc, pid, &refport); in __kill()
53 if (!err && refport != MACH_PORT_NULL) in __kill()
55 err = __task_terminate (refport); in __kill()
76 if (refport == MACH_PORT_NULL) in __kill()
91 return __task_suspend (refport); in __kill()
93 return __task_resume (refport); in __kill()
97 return __task_terminate (refport); in __kill()
106 &refport)) in __kill()
107 ? __proc_getsidport (proc, &refport) : 0, 1, in __kill()
[all …]

Completed in 4 milliseconds