6 lines
190 B
Rust
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.
|