Home
last modified time | relevance | path

Searched hist:"4 afc5b7b7bed743d18c058e4843dcbdb2f3ad751" (Results 1 – 9 of 9) sorted by relevance

/DragonOS/user/apps/test_tokio/
H A DMakefile4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
H A DCargo.toml4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
H A D.gitignore4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
/DragonOS/user/dadk/config/
H A Dtest_tokio-0.1.0.dadk4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
/DragonOS/user/apps/test_tokio/src/
H A Dmain.rs4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
/DragonOS/kernel/src/filesystem/
H A Deventfd.rs4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
/DragonOS/kernel/src/ipc/
H A Dpipe.rs4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.
H A Dsyscall.rs4afc5b7b7bed743d18c058e4843dcbdb2f3ad751 Mon Aug 19 10:50:17 UTC 2024 linfeng <1925466036@qq.com> feat: 增加tokio异步运行时支持 (#894)

* fix the EventFdFlags error

* feat: support tokio (Single thread version)

Fix deadlock issue on closing file.
Add function for PipeInode and EventFdInode.