Searched refs:child_act (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/sys/mach/ |
| HD | task_server.h | 295 (parent_task, child_act) in thread_create_from_user() argument 297 thread_act_t *child_act; 298 { return thread_create_from_user(parent_task, child_act); } 302 thread_act_t *child_act 314 (parent_task, flavor, new_state, new_stateCnt, child_act) in thread_create_running_from_user() argument 319 thread_act_t *child_act; 320 { return thread_create_running_from_user(parent_task, flavor, new_state, new_stateCnt, child_act); } 327 thread_act_t *child_act 1091 (parent_task, child_act) in thread_create_from_user() argument 1093 thread_act_t *child_act; [all …]
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_task.c | 160 thread_act_t *child_act 170 thread_act_t *child_act
|
| HD | task_server.c | 841 mach_msg_port_descriptor_t child_act; member 855 mach_msg_port_descriptor_t child_act; member 2757 (parent_task, child_act) in thread_create_from_user() argument 2759 thread_act_t *child_act; 2760 { return thread_create_from_user(parent_task, child_act); } 2764 thread_act_t *child_act 2824 thread_act_t child_act; in _Xthread_create_from_user() local 2837 OutP->child_act = child_actTemplate; in _Xthread_create_from_user() 2840 OutP->child_act.disposition = 17; in _Xthread_create_from_user() 2842 OutP->child_act.disposition = 19; in _Xthread_create_from_user() [all …]
|
| /NextBSD/include/mach/ |
| HD | task.h | 292 (parent_task, child_act) in thread_create() argument 294 thread_act_t *child_act; 295 { return thread_create(parent_task, child_act); } 299 thread_act_t *child_act 311 (parent_task, flavor, new_state, new_stateCnt, child_act) in thread_create_running() argument 316 thread_act_t *child_act; 317 { return thread_create_running(parent_task, flavor, new_state, new_stateCnt, child_act); } 324 thread_act_t *child_act 1658 mach_msg_port_descriptor_t child_act; member 1672 mach_msg_port_descriptor_t child_act; member
|
| /NextBSD/sys/compat/mach/defs/ |
| HD | task.defs | 186 out child_act : thread_act_t); 204 out child_act : thread_act_t);
|