osstill.blogg.se

Mac task manager threads
Mac task manager threads











mac task manager threads
  1. #Mac task manager threads manual#
  2. #Mac task manager threads full#

Vm_inherit - Set a VM region's inheritance attribute. Vm_deallocate - Deallocate a region of virtual memory. Vm_copy - Copy a region of virtual memory. Vm_behavior_set - Specify expected access patterns for the target VM region. Vm_allocate - Allocate a region of virtual memory. Host_page_size - Provide the system's virtual page size. Mach Virtual Memory Interface Mach Virtual Memory Address Space Manipulation Interface Notify_server - Detect and handle a kernel-generated IPC notification. Mach Port Notification Callback Server Helpers Mach_port_status - Used to present a port's current status with respect to various important attributes.ĭo_mach_notify_dead_name - Handle the current instance of a dead-name notification.ĭo_mach_notify_no_senders - Handle the current instance of a no-more-senders notification.ĭo_mach_notify_port_deleted - Handle the current instance of a port-deleted notification.ĭo_mach_notify_port_destroyed - Handle the current instance of a port-destroyed notification.ĭo_mach_notify_send_once - Handle the current instance of a send-once notification. Mach_port_qos - Specifies a port's attributes with respect to "Quality Of Service." Mach_port_limits - Specifies a port's resource and message queue limits. Mach_subsystem_create - Used by a server to register information about an RPC subsystem with the kernel. Mach_reply_port - Allocate a new port and insert corresponding receive right in the calling task. Mach_port_type - Return the characteristics of the target port name. Mach_port_set_seqno - Change the current value of the target port's sequence number. Mach_port_set_mscount - Change the target port's make-send count. Mach_port_set_attributes - Set the target port's attributes. Mach_port_request_notification - Request notification of the specified port event type. Mach_port_names - Return information about a task's port name space.

mac task manager threads

Mach_port_move_member - Move the specified receive right into or out of the specified port set. Mach_port_mod_refs - Modify the specified port right's count of user references. Mach_port_insert_right - Insert the specified port right into the target task. Mach_port_get_set_status - Return the port right names contained in the target port set. Mach_port_get_refs - Return the current count of user references on the target port right. Mach_port_get_attributes - Return information about target port as specified by the caller. Mach_port_extract_right - Remove the specified right from the target task and return it to the caller. Mach_port_destroy - Deallocate all port rights associated with specified name. Mach_port_deallocate - Decrement the target port right's user reference count. Mach_port_allocate_subsystem - Create a port right associated with the caller-specified subsystem. Mach_port_allocate_qos - Allocate a port with specified "quality of service". Mach_port_allocate_name - Create a port right with the caller-specified name.

#Mac task manager threads full#

Mach_port_allocate_full - Create a port right with full Mach port semantics. Mach_port_allocate - Create caller-specified type of port right. Semaphore_wait - Wait on the specified semaphore. Semaphore_signal_all - Wake up all threads blocked on a semaphore. Semaphore_signal - Increments the semaphore count.

mac task manager threads

Semaphore_create - Create a new semaphore. Lock_try - Attempt to acquire access rights to a lock. Lock_set_destroy - Destroy a lock set and its associated locks.

mac task manager threads

Lock_release - Release ownership of a lock. Lock_make_stable - Stabilize the state of the specified lock. Lock_handoff_accept - Accept lock ownership from a handoff. Lock_handoff - Hand-off ownership of a lock. Mach_msg_header - Specifies the content of an IPC message header. Mach_msg_descriptor - Specifies an element of a complex IPC message. Mach_msg_overwrite - Send and/or receive messages with possible overwrite. Mach_msg - Send and/or receive a message from the target port. Specific rights represented in these Mach port capability handles allow the underlying IPC object to be used and manipulated in consistent ways. All share one common charateristic: the capabilities presented by each are represented through a handle known as a Mach port. Mach IPC presents itself in a few forms: message queues, lock-sets, and semaphores (more may be added in the future).

#Mac task manager threads manual#

Mach Kernel Interface Reference Manual Mach IPC Interface













Mac task manager threads