We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
::Option
Option
pthread_jit_write_callback_t
1 parent 362960c commit 1d7029aCopy full SHA for 1d7029a
src/unix/bsd/apple/mod.rs
@@ -119,7 +119,7 @@ pub type thread_throughput_qos_policy_t = *mut thread_throughput_qos_policy;
119
120
pub type pthread_introspection_hook_t =
121
extern "C" fn(event: ::c_uint, thread: ::pthread_t, addr: *mut ::c_void, size: ::size_t);
122
-pub type pthread_jit_write_callback_t = Option<extern "C" fn(ctx: *mut ::c_void) -> ::c_int>;
+pub type pthread_jit_write_callback_t = ::Option<extern "C" fn(ctx: *mut ::c_void) -> ::c_int>;
123
124
pub type vm_statistics_t = *mut vm_statistics;
125
pub type vm_statistics_data_t = vm_statistics;
0 commit comments