Make pthread types opaque, and check against libc.
Showing
- Cargo.lock 1 addition, 2 deletionsCargo.lock
- Cargo.toml 6 additions, 1 deletionCargo.toml
- src/header/bits_pthread/mod.rs 78 additions, 48 deletionssrc/header/bits_pthread/mod.rs
- src/header/bits_sched/mod.rs 0 additions, 6 deletionssrc/header/bits_sched/mod.rs
- src/header/pthread/attr.rs 24 additions, 21 deletionssrc/header/pthread/attr.rs
- src/header/pthread/barrier.rs 17 additions, 6 deletionssrc/header/pthread/barrier.rs
- src/header/pthread/cond.rs 25 additions, 10 deletionssrc/header/pthread/cond.rs
- src/header/pthread/mod.rs 13 additions, 1 deletionsrc/header/pthread/mod.rs
- src/header/pthread/mutex.rs 38 additions, 13 deletionssrc/header/pthread/mutex.rs
- src/header/pthread/once.rs 6 additions, 2 deletionssrc/header/pthread/once.rs
- src/header/pthread/rwlock.rs 23 additions, 11 deletionssrc/header/pthread/rwlock.rs
- src/header/pthread/spin.rs 22 additions, 7 deletionssrc/header/pthread/spin.rs
- src/header/sched/mod.rs 6 additions, 3 deletionssrc/header/sched/mod.rs
- src/pthread/mod.rs 1 addition, 1 deletionsrc/pthread/mod.rs
Loading
Please register or sign in to comment