File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1828,12 +1828,15 @@ pseudo_AF_RTIP
1828
1828
pseudo_AF_XTP
1829
1829
pthread_attr_getschedparam
1830
1830
pthread_attr_setschedparam
1831
+ pthread_cpu_number_np
1831
1832
pthread_create_from_mach_thread
1832
1833
pthread_getschedparam
1833
1834
pthread_introspection_getspecific_np
1834
1835
pthread_introspection_hook_t
1835
1836
pthread_introspection_hook_install
1836
1837
pthread_introspection_setspecific_np
1838
+ pthread_jit_write_protect_np
1839
+ pthread_jit_write_protect_supported_np
1837
1840
pthread_setschedparam
1838
1841
pthread_cancel
1839
1842
pthread_condattr_getpshared
Original file line number Diff line number Diff line change @@ -4873,6 +4873,9 @@ extern "C" {
4873
4873
thread : :: pthread_t ,
4874
4874
key : :: pthread_key_t ,
4875
4875
) -> * mut :: c_void ;
4876
+ pub fn pthread_jit_write_protect_np ( enabled : :: c_int ) ;
4877
+ pub fn pthread_jit_write_protect_supported_np ( ) -> :: c_int ;
4878
+ pub fn pthread_cpu_number_np ( cpu_number_out : * mut :: size_t ) -> :: c_int ;
4876
4879
4877
4880
pub fn thread_policy_set (
4878
4881
thread : thread_t ,
You can’t perform that action at this time.
0 commit comments