Files
RedBear-OS/src/header/bits_pthreadoi/mod.rs
T
2026-07-06 16:41:09 +01:00

6 lines
190 B
Rust

//! `PTHREAD_ONCE_INIT` for `pthread.h` implementation.
//!
//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pthread.h.html>.
//!
//! Implemented via C define in cbindgen.