Searched refs:thread (Results 201 - 225 of 264) sorted by relevance

1234567891011

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c99 #include <kern/thread.h>
118 #include <machine/thread.h>
1900 thread_t thread = current_thread(); local
1905 else if (((ccr3 = get_cr3_base()) != thread->map->pmap->pm_cr3) && (no_shared_cr3 == FALSE))
1909 else if (thread->machine.specFlags & CopyIOActive)
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c58 #include <kern/thread.h>
199 struct dlil_threading_info dl_if_inpstorage; /* input thread storage */
422 static void *ifnet_delayed_run; /* wait channel for detaching thread */
542 static kern_return_t dlil_affinity_set(struct thread *, u_int32_t);
906 /* NULL ifp indicates the main input thread, called at dlil_init time */
929 inp->ifp = ifp; /* NULL for main input thread */
963 * thread or the starter thread (for loopback) can be
964 * scheduled on the same processor set as the input thread.
967 struct thread *t
1063 thread_t thread = THREAD_NULL; local
5770 thread_t thread = THREAD_NULL; local
[all...]
H A Dif_var.h562 struct thread *if_start_thread;
586 struct thread *if_poll_thread;
/darwin-on-arm/xnu/osfmk/arm/
H A Dlocks_arm.c77 #include <kern/thread.h>
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c48 #include <kern/thread.h>
/darwin-on-arm/xnu/osfmk/i386/
H A DDiagnostics.c51 #include <kern/thread.h>
H A Dpmap.c99 #include <kern/thread.h>
117 #include <machine/thread.h>
1453 * cpu_task_cr3 is the cr3 for the current thread.
2292 thread_t thread = current_thread(); local
2296 else if (thread->machine.specFlags & CopyIOActive)
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_msg.c87 #include <kern/thread.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dclock.c39 #include <kern/thread.h>
780 * mach_wait_until_trap: Suspend execution of calling thread until the specified time has passed
H A Ddebug.c64 #include <kern/thread.h>
461 kdb_printf("\nBSD process name corresponding to current thread: %s\n", proc_name);
H A Dipc_host.c72 #include <kern/thread.h>
612 * KERN_FAILURE The thread is dead.
H A Dipc_mig.c70 #include <kern/thread.h>
H A Dprintf.c163 #include <kern/thread.h>
690 * Lock is only really needed after the first thread is created.
H A Dclock_oldops.c46 #include <kern/thread.h>
637 * to the alarmdone list to be serviced by a thread callout.
654 * If a clock_sleep() alarm, wakeup the thread
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c89 #include <i386/thread.h>
114 #include <kern/thread.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c36 * Kernel Authorization framework: Management of process/thread credentials
88 * Note: Does *NOT* currently include per-thread credential changes
329 * which is serviced by an external resolver thread calling
331 * cancellation, or an external resolver thread calls in with
380 * the resolver will it to the submitted thread when appropriate.
395 * Wake up an external resolver thread to deal with the new work; one
397 * when a resolver thread comes back into the kernel to request new
681 thread_t thread; local
691 * If we lost a race with another thread/memberd restarting, then we
693 * restarting, then the msleep0() will error out here, as our thread
836 thread_t thread = current_thread(); local
[all...]
H A Dubc_subr.c64 #include <kern/thread.h>
919 * associated with the vnode to those of the supplied thread; otherwise leave
927 * thread The thread whose credentials are to
934 * issues where a task or thread may call this routine, either
936 * there is no BSD info asscoiate with a mach thread yet. This
973 ubc_setthreadcred(struct vnode *vp, proc_t p, thread_t thread) argument
977 struct uthread *uthread = get_bsdthread_info(thread);
988 /* use per-thread cred, if assumed identity, else proc cred */
1023 * not be used, as it is incompatible with per-thread credential
[all...]
H A Dtty.c636 * SAFE: active thread" order (FEATURE).
1006 * call is proxied to a worker thread,
2182 * SAFE: current thread will not change out from
2664 * XXX: out from under them by another thread, but we do
2753 /* XXX Should be in Mach header <kern/thread.h>, but doesn't work */
2754 extern kern_return_t thread_info_internal(thread_t thread,
2769 thread_t thread; local
2839 (thread = vfs_context_thread(&uthread->uu_context)) == NULL ||
2840 (thread_info_internal(thread, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &mmtn) != KERN_SUCCESS)) {
2841 ttyprintf(tp, "foreground process without thread\
[all...]
H A Duipc_syscalls.c195 thread_t thread; local
198 thread = current_thread();
199 ut = get_bsdthread_info(thread);
201 /* if this is a backgrounded thread then throttle all new sockets */
204 so->so_background_thread = thread;
/darwin-on-arm/xnu/security/
H A Dmac_policy.h106 struct thread;
4764 @brief Perform MAC-related events when a thread returns to user space
4765 @param thread Mach (not BSD) thread that is returning
4768 events when a thread returns to user space, via a system call
4772 struct thread *thread
4775 @brief Initialize per thread label
4778 Initialize the label for a newly instantiated thread.
4785 @brief Destroy thread labe
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c51 #include <kern/thread.h>
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h134 #define MACH_MAKE_RUNNABLE 0x6 /* make thread runnable */
143 #define MACH_BLOCK 0xf /* thread block */
144 #define MACH_WAIT 0x10 /* thread wait assertion */
149 #define MACH_REDISPATCH 0x16 /* "next thread" thread redispatched */
577 uintptr_t arg5; /* will hold current thread */
680 uintptr_t thread; member in struct:__anon496
H A Dproc_internal.h198 * This structure contains the information needed to manage a thread of
278 void *sigwait_thread; /* 'thread' holding sigwait(PL) */
279 void *exit_thread; /* Which thread is exiting(PL) */
438 #define P_LREGISTER 0x00800000 /* thread start fns registered */
506 uint32_t exit_thread; /* XXX Which thread is exiting? */
558 user_addr_t exit_thread; /* XXX Which thread is exiting? */
702 extern proc_t proc_findthread(thread_t thread);
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_internal.h73 #include <kern/thread.h>
206 cthread_t dpt_thread; /* Server thread. */
211 int dpt_id; /* thread id for printf */
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_apple_protect.c47 #include <kern/thread.h>

Completed in 168 milliseconds

1234567891011