This website works better with JavaScript
首页
发现
帮助
登录
DragonOS-Community
/
DragonOS
镜像自地址
https://github.com/DragonOS-Community/DragonOS.git
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
分支:
revert-1061-886-bug-report-fix
分支列表
标签列表
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
)
2 月之前
..
.cargo
06560afa2a
Patch feat robust futex (
#682
)
10 月之前
src
06560afa2a
Patch feat robust futex (
#682
)
10 月之前
.gitignore
06560afa2a
Patch feat robust futex (
#682
)
10 月之前
Cargo.toml
06560afa2a
Patch feat robust futex (
#682
)
10 月之前
Makefile
7c28051e8c
chore: update toolchain version to 2024-11-05 (
#1031
)
2 月之前
README.md
06560afa2a
Patch feat robust futex (
#682
)
10 月之前
README.md
测试robust lock机制
此代码主要是用于测试: 1、robust lock机制中的两个系统调用是否能正常使用 2、当持有锁的线程异常终止时,等待该锁的其他线程能够被通知到,以避免死锁或数据不一样