@@ -3733,7 +3733,6 @@ pub const MNT_NOWAIT: c_int = 2;
37333733
37343734// <mach/thread_policy.h>
37353735pub const THREAD_STANDARD_POLICY : c_int = 1 ;
3736- pub const THREAD_STANDARD_POLICY_COUNT : c_int = 0 ;
37373736pub const THREAD_EXTENDED_POLICY : c_int = 1 ;
37383737pub const THREAD_TIME_CONSTRAINT_POLICY : c_int = 2 ;
37393738pub const THREAD_PRECEDENCE_POLICY : c_int = 3 ;
@@ -3795,7 +3794,6 @@ pub const VM_PAGE_QUERY_PAGE_CS_NX: i32 = 0x400;
37953794
37963795// mach/task_info.h
37973796pub const TASK_THREAD_TIMES_INFO : u32 = 3 ;
3798- pub const HOST_CPU_LOAD_INFO_COUNT : u32 = 4 ;
37993797pub const MACH_TASK_BASIC_INFO : u32 = 20 ;
38003798
38013799pub const MACH_PORT_NULL : i32 = 0 ;
@@ -3858,7 +3856,6 @@ pub const COPYFILE_STATE_DST_BSIZE: c_int = 12;
38583856pub const COPYFILE_STATE_BSIZE : c_int = 13 ;
38593857
38603858// <sys/attr.h>
3861- pub const ATTR_BIT_MAP_COUNT : c_ushort = 5 ;
38623859pub const FSOPT_NOFOLLOW : u32 = 0x1 ;
38633860pub const FSOPT_NOFOLLOW_ANY : u32 = 0x800 ;
38643861pub const FSOPT_REPORT_FULLSIZE : u32 = 0x4 ;
@@ -4029,39 +4026,6 @@ const fn __DARWIN_ALIGN32(p: usize) -> usize {
40294026 ( p + __DARWIN_ALIGNBYTES32) & !__DARWIN_ALIGNBYTES32
40304027}
40314028
4032- pub const THREAD_EXTENDED_POLICY_COUNT : mach_msg_type_number_t =
4033- ( size_of :: < thread_extended_policy_data_t > ( ) / size_of :: < integer_t > ( ) ) as mach_msg_type_number_t ;
4034- pub const THREAD_TIME_CONSTRAINT_POLICY_COUNT : mach_msg_type_number_t =
4035- ( size_of :: < thread_time_constraint_policy_data_t > ( ) / size_of :: < integer_t > ( ) )
4036- as mach_msg_type_number_t ;
4037- pub const THREAD_PRECEDENCE_POLICY_COUNT : mach_msg_type_number_t =
4038- ( size_of :: < thread_precedence_policy_data_t > ( ) / size_of :: < integer_t > ( ) )
4039- as mach_msg_type_number_t ;
4040- pub const THREAD_AFFINITY_POLICY_COUNT : mach_msg_type_number_t =
4041- ( size_of :: < thread_affinity_policy_data_t > ( ) / size_of :: < integer_t > ( ) ) as mach_msg_type_number_t ;
4042- pub const THREAD_BACKGROUND_POLICY_COUNT : mach_msg_type_number_t =
4043- ( size_of :: < thread_background_policy_data_t > ( ) / size_of :: < integer_t > ( ) )
4044- as mach_msg_type_number_t ;
4045- pub const THREAD_LATENCY_QOS_POLICY_COUNT : mach_msg_type_number_t =
4046- ( size_of :: < thread_latency_qos_policy_data_t > ( ) / size_of :: < integer_t > ( ) )
4047- as mach_msg_type_number_t ;
4048- pub const THREAD_THROUGHPUT_QOS_POLICY_COUNT : mach_msg_type_number_t =
4049- ( size_of :: < thread_throughput_qos_policy_data_t > ( ) / size_of :: < integer_t > ( ) )
4050- as mach_msg_type_number_t ;
4051- pub const THREAD_BASIC_INFO_COUNT : mach_msg_type_number_t =
4052- ( size_of :: < thread_basic_info_data_t > ( ) / size_of :: < integer_t > ( ) ) as mach_msg_type_number_t ;
4053- pub const THREAD_IDENTIFIER_INFO_COUNT : mach_msg_type_number_t =
4054- ( size_of :: < thread_identifier_info_data_t > ( ) / size_of :: < integer_t > ( ) ) as mach_msg_type_number_t ;
4055- pub const THREAD_EXTENDED_INFO_COUNT : mach_msg_type_number_t =
4056- ( size_of :: < thread_extended_info_data_t > ( ) / size_of :: < integer_t > ( ) ) as mach_msg_type_number_t ;
4057-
4058- pub const TASK_THREAD_TIMES_INFO_COUNT : u32 =
4059- ( size_of :: < task_thread_times_info_data_t > ( ) / size_of :: < natural_t > ( ) ) as u32 ;
4060- pub const MACH_TASK_BASIC_INFO_COUNT : u32 =
4061- ( size_of :: < mach_task_basic_info_data_t > ( ) / size_of :: < natural_t > ( ) ) as u32 ;
4062- pub const HOST_VM_INFO64_COUNT : mach_msg_type_number_t =
4063- ( size_of :: < vm_statistics64_data_t > ( ) / size_of :: < integer_t > ( ) ) as mach_msg_type_number_t ;
4064-
40654029// bsd/net/if_mib.h
40664030/// Non-interface-specific
40674031pub const IFMIB_SYSTEM : c_int = 1 ;
0 commit comments