Library Module (C)nmggithub.kass 3.2.4KassC
KassC
import KassC
Module information
- Declarations
- 593
- Symbols
- 597
import KassC
struct dyld_aot_shared_cache_info
struct dyld_shared_cache_ranges
struct dyld_uuid_info
struct mk_timer_expire_msg
struct task_effective_policy
struct task_policy_state
struct task_requested_policy
struct task_suppression_policy
struct thread_effective_policy
struct thread_policy_state
struct thread_qos_policy
struct thread_requested_policy
struct thread_requested_qos_policy
struct thread_time_constraint_with_priority_policy
typealias OSKextLogSpec = UInt32
typealias aid_t = UInt64
typealias atm_action_t = UInt32
typealias atm_aid_t = UInt64
typealias atm_guard_t = UInt64
typealias atm_mailbox_offset_t = UInt64
typealias atm_memory_descriptor_array_t = UnsafeMutablePointer<atm_memory_descriptor_t>
typealias atm_memory_descriptor_t = mach_port_t
typealias atm_memory_size_array_t = UnsafeMutablePointer<UInt64>
typealias atm_subaid32_t = UInt32
typealias csr_config_t = UInt32
typealias csr_op_t = UInt32
typealias dyld_image_notifier = (dyld_image_mode, UInt32, UnsafePointer<dyld_image_info>?) -> Void
typealias ipc_kobject_type_t = ipc_kotype_t
typealias ipc_pthread_priority_value_t = UInt32
typealias mach_atm_subaid_t = UInt64
typealias mailbox_offset_t = UInt64
typealias mk_timer_expire_msg_t = mk_timer_expire_msg
typealias subaid_t = UInt64
typealias task_policy_state_t = UnsafeMutablePointer<task_policy_state>
typealias task_suppression_policy_t = UnsafeMutablePointer<task_suppression_policy>
typealias thread_policy_state_data_t = thread_policy_state
typealias thread_policy_state_t = UnsafeMutablePointer<thread_policy_state>
typealias thread_qos_policy_data_t = thread_qos_policy
typealias thread_qos_policy_t = UnsafeMutablePointer<thread_qos_policy>
typealias thread_qos_t = UInt8
typealias thread_requested_qos_policy_data_t = thread_requested_qos_policy
typealias thread_requested_qos_policy_t = UnsafeMutablePointer<thread_requested_qos_policy>
typealias thread_time_constraint_with_priority_policy_data_t = thread_time_constraint_with_priority_policy
typealias thread_time_constraint_with_priority_policy_t = UnsafeMutablePointer<thread_time_constraint_with_priority_policy>
import BSDCore
The core module for interacting with the BSD kernel.
import Kass
import KassHelpers
import Linking
A module for dynamically linking libraries and frameworks.
import MachCore
The core module for interacting with the Mach kernel.