Home
last modified time | relevance | path

Searched refs:mach_task_self (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/mach/
Dmsg-destroy.c201 (void) __mach_port_deallocate(mach_task_self(), port); in weak_alias()
206 (void) __mach_port_mod_refs(mach_task_self(), port, in weak_alias()
212 (void) __mach_port_insert_right(mach_task_self(), port, in weak_alias()
214 (void) __mach_port_deallocate(mach_task_self(), port); in weak_alias()
219 (void) __mach_port_extract_right(mach_task_self(), port, in weak_alias()
222 (void) __mach_port_deallocate(mach_task_self(), port); in weak_alias()
Ddevstream.c115 if (__mach_port_deallocate (mach_task_self (), (mach_port_t) cookie)) in dealloc_ref()
128 if (mach_port_mod_refs (mach_task_self (), dev, MACH_PORT_RIGHT_SEND, 1)) in mach_open_devstream()
140 __mach_port_deallocate (mach_task_self (), dev); in mach_open_devstream()
Dmach_init.h27 extern mach_port_t mach_task_self (void);
32 #define mach_task_self() (__mach_task_self ()) macro
DVersions36 mach_task_self;
/glibc-2.36/hurd/
Dprivports.c51 : __mach_port_mod_refs (mach_task_self (), in __get_privileged_ports()
61 : __mach_port_mod_refs (mach_task_self (), in __get_privileged_ports()
Dhurdauth.c55 urp = __vm_allocate (mach_task_self (), (vm_address_t *) newlistp, in _S_msg_add_auth()
78 __vm_deallocate (mach_task_self (), in _S_msg_add_auth()
139 __vm_deallocate (mach_task_self (), (vm_address_t) array, \ in _S_msg_add_auth()
Dhurdmalloc.c184 r = vm_allocate(mach_task_self(), &where, (vm_size_t) amount, TRUE); in more_memory()
Dintr-msg.c249 __mach_port_deallocate (mach_task_self (), in _hurd_intr_rpc_mach_msg()
Dhurdmsg.c28 if (auth != mach_task_self () && ! __USEPORT (AUTH, port == auth)) \
/glibc-2.36/mach/mach/
Dmach_traps.h38 extern mach_port_t (mach_task_self) (void);
/glibc-2.36/sysdeps/mach/
Dusleep.c38 __mach_port_destroy (mach_task_self (), recv); in usleep()
Dclock_nanosleep.c48 __mach_port_destroy (mach_task_self (), recv); in nanosleep_call()
/glibc-2.36/sysdeps/mach/htl/
Dpt-thread-terminate.c83 err = __thread_terminate_release (kernel_thread, mach_task_self (), in __pthread_thread_terminate()
/glibc-2.36/sysdeps/mach/hurd/
Drecvmsg.c217 __mach_port_deallocate (mach_task_self (), ports[i]); in __libc_recvmsg()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist1264 GLIBC_2.2.6 mach_task_self F
/glibc-2.36/ChangeLog.old/
DChangeLog.22646 (mach_task_self): Surround defn with parens.