Home
last modified time | relevance | path

Searched refs:thr_kill (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dfreebsd.txt2386 thr_kill
H A Daix.txt2550 thr_kill
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2568 pub fn thr_kill(id: thread_t, sig: c_int) -> c_int; in thr_kill() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4976 pub fn thr_kill(id: c_long, sig: c_int) -> c_int; in thr_kill() function