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.
pthread_sigqueue
1 parent 7d64d5a commit 25367e4Copy full SHA for 25367e4
src/unix/notbsd/linux/other/mod.rs
@@ -864,6 +864,9 @@ extern {
864
val: *mut ::c_int) -> ::c_int;
865
pub fn pthread_rwlockattr_setkind_np(attr: *mut ::pthread_rwlockattr_t,
866
val: ::c_int) -> ::c_int;
867
+ pub fn pthread_sigqueue(thread: ::pthread_t,
868
+ sig: ::c_int,
869
+ value: ::sigval) -> ::c_int;
870
pub fn sched_getcpu() -> ::c_int;
871
pub fn mallinfo() -> ::mallinfo;
872
pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
0 commit comments