Searched defs:self (Results 1 - 25 of 41) sorted by relevance

12

/xnu-2782.1.97/tools/tests/testkext/
H A Dtestthreadcall.cpp90 testthreadcall *self = (testthreadcall *)param0; local
101 testthreadcall *self = (testthreadcall *)param0; local
/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386_native.c158 thread_fast_set_cthread_self(uint32_t self) argument
160 machine_thread_set_tsd_base(current_thread(), self); local
174 thread_fast_set_cthread_self64(uint64_t self) argument
176 machine_thread_set_tsd_base(current_thread(), self); local
H A Dlocks_i386.c1968 thread_t self = current_thread(); local
/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp51 IOSubMemoryDescriptor *self = new IOSubMemoryDescriptor; local
H A DIOTimerEventSource.cpp98 void IOTimerEventSource::timeout(void *self) argument
137 void IOTimerEventSource::timeoutAndRelease(void * self, void * c) argument
/xnu-2782.1.97/osfmk/kern/
H A Dmachine.c254 thread_t old_thread, self = current_thread(); local
H A Dstartup.c624 thread_t self = current_thread(); local
H A Dexception.c427 thread_t self = current_thread(); local
H A Dsyscall_subr.c207 thread_t self = current_thread(); local
223 thread_t self = current_thread(); local
234 register thread_t self local
258 register thread_t thread, self = current_thread(); local
436 register thread_t self = current_thread(); local
520 thread_poll_yield( thread_t self) argument
[all...]
H A Dipc_mig.c307 thread_t self = current_thread(); local
521 thread_t self = current_thread(); local
[all...]
H A Dthread_act.c219 thread_t self = current_thread(); local
595 thread_t self = current_thread(); local
H A Dsync_sema.c586 thread_t self = current_thread(); local
633 thread_t self = current_thread(); local
681 thread_t self = current_thread(); local
705 thread_t self = current_thread(); local
[all...]
H A Dlocks.c611 thread_t self = current_thread(); local
[all...]
H A Dsfi.c810 thread_t self = current_thread(); local
H A Dthread_call.c1155 thread_t self = current_thread(); local
1346 thread_t self = current_thread(); local
[all...]
/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c69 thread_t self = current_thread(); local
162 thread_t self = current_thread(); local
[all...]
H A Dkern_shutdown.c279 proc_t self = current_proc(); local
326 proc_t self = current_proc(); local
426 struct proc *p, *self; local
H A Dkern_exit.c255 thread_t self = current_thread(); local
384 thread_t self = current_thread(); local
1739 thread_t self = current_thread(); local
[all...]
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_pset.c400 thread_t self = current_thread(); local
[all...]
H A Dmach_msg.c282 thread_t self = current_thread(); local
406 thread_t self = current_thread(); local
434 thread_t self = current_thread(); local
498 thread_t self = current_thread(); local
[all...]
H A Dipc_mqueue.c591 thread_t self = current_thread(); local
688 thread_t self = current_thread(); local
H A Dipc_port.c865 thread_t self = current_thread(); local
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c105 task_t self = current_task(); local
239 task_t self = current_task(); local
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSMetaClass.h301 _ptmf2ptf(const OSMetaClassBase *self, void (OSMetaClassBase::*func)(void)) argument
342 _ptmf2ptf(const OSMetaClassBase *self, void (OSMetaClassBase::*func)(void)) argument
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_msg.c385 mach_port_t self = mach_task_self_; local
515 mach_port_t self = mach_task_self_; local
693 mach_port_t self = mach_task_self_; local
[all...]

Completed in 150 milliseconds

12