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.
1 parent 473e8de commit 419c556Copy full SHA for 419c556
src/unix/redox/mod.rs
@@ -1001,6 +1001,8 @@ extern "C" {
1001
set: *const ::sigset_t,
1002
oldset: *mut ::sigset_t,
1003
) -> ::c_int;
1004
+ pub fn pthread_cancel(thread: ::pthread_t) -> ::c_int;
1005
+ pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int;
1006
1007
// sys/epoll.h
1008
pub fn epoll_create(size: ::c_int) -> ::c_int;
0 commit comments