Get pcid to work using this pthread impl.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Cargo.lock 152 additions, 91 deletionsCargo.lock
- Cargo.toml 2 additions, 0 deletionsCargo.toml
- src/header/bits_pthread/cbindgen.toml 37 additions, 0 deletionssrc/header/bits_pthread/cbindgen.toml
- src/header/bits_pthread/mod.rs 81 additions, 0 deletionssrc/header/bits_pthread/mod.rs
- src/header/bits_sched/cbindgen.toml 11 additions, 0 deletionssrc/header/bits_sched/cbindgen.toml
- src/header/bits_sched/mod.rs 9 additions, 0 deletionssrc/header/bits_sched/mod.rs
- src/header/mod.rs 2 additions, 0 deletionssrc/header/mod.rs
- src/header/netdb/dns/mod.rs 1 addition, 1 deletionsrc/header/netdb/dns/mod.rs
- src/header/pthread/attr.rs 4 additions, 14 deletionssrc/header/pthread/attr.rs
- src/header/pthread/barrier.rs 4 additions, 17 deletionssrc/header/pthread/barrier.rs
- src/header/pthread/cbindgen.toml 6 additions, 2 deletionssrc/header/pthread/cbindgen.toml
- src/header/pthread/cond.rs 6 additions, 19 deletionssrc/header/pthread/cond.rs
- src/header/pthread/mod.rs 1 addition, 0 deletionssrc/header/pthread/mod.rs
- src/header/pthread/mutex.rs 9 additions, 22 deletionssrc/header/pthread/mutex.rs
- src/header/pthread/once.rs 1 addition, 6 deletionssrc/header/pthread/once.rs
- src/header/pthread/rwlock.rs 17 additions, 19 deletionssrc/header/pthread/rwlock.rs
- src/header/pthread/spin.rs 4 additions, 9 deletionssrc/header/pthread/spin.rs
- src/header/pthread/tls.rs 34 additions, 11 deletionssrc/header/pthread/tls.rs
- src/header/sched/cbindgen.toml 1 addition, 1 deletionsrc/header/sched/cbindgen.toml
Loading
Please register or sign in to comment