This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
DragonOS-Community
/
DragonOS
şunun yansıması
https://github.com/DragonOS-Community/DragonOS.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
f720c89d80
Dallar
Biçim İmleri
chenlinfeng-backtrace
dev-dadk-0.2.0
feat-dynamic-link
feat-network-rebuild
master
revert-1061-886-bug-report-fix
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
user
/
apps
/
test-for-robustfutex
linfeng
7c28051e8c
chore: update toolchain version to 2024-11-05 (
#1031
)
3 ay önce
..
.cargo
06560afa2a
Patch feat robust futex (
#682
)
10 ay önce
src
06560afa2a
Patch feat robust futex (
#682
)
10 ay önce
.gitignore
06560afa2a
Patch feat robust futex (
#682
)
10 ay önce
Cargo.toml
06560afa2a
Patch feat robust futex (
#682
)
10 ay önce
Makefile
7c28051e8c
chore: update toolchain version to 2024-11-05 (
#1031
)
3 ay önce
README.md
06560afa2a
Patch feat robust futex (
#682
)
10 ay önce
README.md
测试robust lock机制
此代码主要是用于测试: 1、robust lock机制中的两个系统调用是否能正常使用 2、当持有锁的线程异常终止时,等待该锁的其他线程能够被通知到,以避免死锁或数据不一样