Searched refs:mach_task_self_ (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmig_deallocate.c62 (void)vm_deallocate(mach_task_self_,
H A Dmig_allocate.c62 if (vm_allocate(mach_task_self_,
H A Dport_obj.c50 kr = vm_allocate(mach_task_self_,
H A Dmach_init.c66 mach_port_t mach_task_self_ = MACH_PORT_NULL; variable
122 mach_task_self_ = task_self_trap();
H A Dmach_msg.c217 (void) mach_port_deallocate(mach_task_self_, port);
222 (void) mach_port_mod_refs(mach_task_self_, port,
228 (void) mach_port_insert_right(mach_task_self_, port,
230 (void) mach_port_deallocate(mach_task_self_, port);
235 (void) mach_port_extract_right(mach_task_self_, port,
238 (void) mach_port_deallocate(mach_task_self_, port);
247 (void) vm_deallocate(mach_task_self_, addr, size);
385 mach_port_t self = mach_task_self_;
515 mach_port_t self = mach_task_self_;
693 mach_port_t self = mach_task_self_;
[all...]
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/mach/
H A Dmach_init.h76 extern mach_port_t mach_task_self_;
77 #define mach_task_self() mach_task_self_
/macosx-10.10/dyld-353.2.1/src/
H A Dglue.c574 mach_task_self_ = task_self_trap();
578 mach_port_t mach_task_self_ = MACH_PORT_NULL; variable
H A DdyldAPIs.cpp1191 // The implementation of fork() in libSystem knows to reset the variable mach_task_self_
1193 // of libc.a and has its own copy of mach_task_self_ which we reset here.
1195 // In mach_init.h mach_task_self() is #defined to mach_task_self_ and
1196 // in mach_init() mach_task_self_ is initialized to task_self_trap().
1198 extern mach_port_t mach_task_self_;
1199 mach_task_self_ = task_self_trap();
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnanosleep.c55 kr = semaphore_create(mach_task_self_, &clock_sem, SYNC_POLICY_FIFO, 0);

Completed in 119 milliseconds