Searched defs:pthread_kill (Results 1 – 12 of 12) sorted by relevance
| /rust-libc-0.2.174/src/unix/newlib/ |
| H A D | mod.rs | 936 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 820 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 1196 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1824 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 1945 pub fn pthread_kill(thread: pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 3066 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 2886 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 2719 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3772 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 4254 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 3913 pub fn pthread_kill(__threadid: crate::pthread_t, __signo: c_int) -> c_int; in pthread_kill() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6692 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill() function
|