Searched refs:child_thread (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c278 thread_t child_thread; local
281 if ((err = fork1(parent_proc, &child_thread, PROC_CREATE_VFORK)) != 0) {
354 thread_t child_thread = NULL; local
541 if ((child_thread = cloneproc(parent_proc->task, parent_proc, spawn ? FALSE : TRUE, FALSE)) == NULL) {
549 thread_dup(child_thread);
552 /* child_proc = child_thread->task->proc; */
553 child_proc = (proc_t)(get_bsdtask_info(get_threadtask(child_thread)));
595 thread_set_child(child_thread, child_proc->p_pid);
664 *child_threadp = child_thread;
769 thread_t child_thread local
871 thread_t child_thread; local
956 thread_t child_thread = NULL; local
[all...]
H A Dkern_exec.c2142 thread_t child_thread = current_thread(); local
2151 child_thread = imgp->ip_new_thread;
2152 child_uthread = get_bsdthread_info(child_thread);
2176 error = setsigvec(p, child_thread, sig + 1, &vec, spawn_no_exec);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c1441 DWORD foreground_thread, child_thread; local
1449 child_thread = GetWindowThreadProcessId (cp->hwnd, NULL);
1450 if (child_thread == GetCurrentThreadId ()
1452 child_thread, TRUE))
1453 child_thread = 0;
1480 if (child_thread)
1482 child_thread, FALSE); local
/macosx-10.9.5/system_cmds-597.90.1/fs_usage.tproj/
H A Dfs_usage.c152 uintptr_t child_thread; member in struct:th_info
2657 ti->child_thread = kd[i].arg1;
2666 create_map_entry(ti->child_thread, ti->pid, (char *)&kd[i].arg1);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/fs_usage.tproj/
H A Dfs_usage.c152 uintptr_t child_thread; member in struct:th_info
2657 ti->child_thread = kd[i].arg1;
2666 create_map_entry(ti->child_thread, ti->pid, (char *)&kd[i].arg1);

Completed in 148 milliseconds