split out pthread types for threads header

This commit is contained in:
auronandace
2026-07-06 16:41:09 +01:00
parent 52bb3bbfe3
commit d7859174b7
11 changed files with 134 additions and 46 deletions
+5
View File
@@ -0,0 +1,5 @@
//! `PTHREAD_ONCE_INIT` for `pthread.h` implementation.
//!
//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pthread.h.html>.
//!
//! Implemented via C define in cbindgen.