Home
last modified time | relevance | path

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

/hurd/
A Dpid2task.c24 task_t task; in __pid2task() local
26 err = __USEPORT (PROC, __proc_pid2task (port, pid, &task)); in __pid2task()
28 return err ? (__hurd_fail (err), MACH_PORT_NULL) : task; in __pid2task()
A Dhurdpid.c47 task_t task, in _S_msg_proc_newids() argument
52 if (task != __mach_task_self ()) in _S_msg_proc_newids()
55 __mach_port_deallocate (__mach_task_self (), task); in _S_msg_proc_newids()
A Dtask2pid.c21 __task2pid (task_t task) in __task2pid() argument
25 err = __USEPORT (PROC, __proc_task2pid (port, task, &pid)); in __task2pid()
A Dhurdexec.c36 _hurd_exec (task_t task, file_t file, in _hurd_exec() argument
39 return _hurd_exec_paths (task, file, NULL, NULL, argv, envp); in _hurd_exec()
53 _hurd_exec_paths (task_t task, file_t file, in _hurd_exec_paths() argument
87 if (i == INIT_PORT_PROC && task != __mach_task_self ()) in _hurd_exec_paths()
91 if (err = __USEPORT (PROC, __proc_task2proc (port, task, &ports[i]))) in _hurd_exec_paths()
154 if (task == __mach_task_self ()) in _hurd_exec_paths()
384 err = __file_exec_paths (file, task, flags, in _hurd_exec_paths()
394 task == __mach_task_self () ? 1 : 0); in _hurd_exec_paths()
398 err = __file_exec (file, task, flags, in _hurd_exec_paths()
405 task == __mach_task_self () ? 1 : 0); in _hurd_exec_paths()
[all …]
A Dcatch-exc.c27 task_t task, in _S_catch_exception_raise() argument
42 if (task != __mach_task_self ()) in _S_catch_exception_raise()
118 task_t task, in _S_catch_exception_raise_state_identity() argument
A Dhurd.h249 extern error_t _hurd_exec (task_t task,
256 extern error_t _hurd_exec_paths (task_t task,
325 extern pid_t __task2pid (task_t task), task2pid (task_t task);
A Dhurdfault.c41 task_t task,
56 || thread != _hurd_msgport_thread || task != __mach_task_self ())
102 task_t task, in _hurdsig_fault_catch_exception_raise_state_identity() argument
A Dhurdlock.c109 task_t task = __pid2task (pid); in valid_pid() local
110 if (task == MACH_PORT_NULL) in valid_pid()
113 __mach_port_deallocate (__mach_task_self (), task); in valid_pid()
A Dhurdauth.c167 task_t task, in _S_msg_del_auth() argument
174 if (!_hurd_refport_secure_p (task)) in _S_msg_del_auth()

Completed in 14 milliseconds