Home
last modified time | relevance | path

Searched refs:pthread_jit_write_callback_t (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt2214 pthread_jit_write_callback_t
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs133 pub type pthread_jit_write_callback_t = Option<extern "C" fn(ctx: *mut c_void) -> c_int>; typedef
5514 callback: crate::pthread_jit_write_callback_t, in pthread_jit_write_with_callback_np() argument