Home
last modified time | relevance | path

Searched defs:sigfillset (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/signal/
H A Dsigfillset.c4 int sigfillset(sigset_t *set) in sigfillset() function
/third_party/backends/include/sane/
H A Dsanei_backend.h66 # undef sigfillset macro
89 # define sigfillset(set) do { *(set) = ~0; } while (0) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h209 #define sigfillset(what) (*(what) = ~(0), 0) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h209 #define sigfillset(what) (*(what) = ~(0), 0) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h209 #define sigfillset(what) (*(what) = ~(0), 0) macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1351 pub fn sigfillset(set: *mut sigset_t) -> ::c_int; in sigfillset() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3807 pub fn sigfillset(set: *mut sigset_t) -> ::c_int; in sigfillset() functions

Completed in 17 milliseconds