Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 78) sorted by relevance

1234

/DragonOS/user/apps/test_tokio/src/
H A Dmain.rs7 #[tokio::main(flavor = "current_thread")]
8 async fn main() { in main() function
/DragonOS/
H A Dtriagebot.toml119 driver = ["@dragonos/main"]
127 main = [ "@dragonos/main" ]
142 "/kernel/src/driver" = ["main"]
143 "/kernel/src/filesystem" = ["main"]
144 "/kernel/src/sched" = ["main"]
145 "/kernel/src/process" = ["main"]
/DragonOS/user/apps/test_bind/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_bind main.c
/DragonOS/user/apps/test_signal/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_signal main.c
/DragonOS/user/apps/test_fstat/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_fstat main.c
/DragonOS/user/apps/http_server/
H A DMakefile10 all: main.c
11 $(CC) -static -o http_server main.c
/DragonOS/user/apps/test_uart/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_uart main.c
/DragonOS/user/apps/test_mkfifo/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_mkfifo main.c
/DragonOS/user/apps/test_kvm/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_kvm main.c
/DragonOS/user/apps/test_gettimeofday/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_gettimeofday main.c
/DragonOS/user/apps/test_statfs/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_statfs main.c
/DragonOS/user/apps/test_fstatfs/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_fstatfs main.c
/DragonOS/user/apps/test_ramfs/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_ramfs main.c
/DragonOS/user/apps/test_dup3/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_dup3 main.c
/DragonOS/user/apps/riscv_init/
H A DMakefile10 all: main.c
11 $(CC) -static -o init main.c
/DragonOS/user/apps/test_utimensat/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_utimensat main.c
/DragonOS/user/apps/test_eventfd/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_eventfd main.c
/DragonOS/user/apps/test_cred/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_cred main.c
/DragonOS/user/apps/test_filemap/
H A DMakefile10 all: main.c
11 $(CC) -static -o test_filemap main.c
/DragonOS/user/apps/dmesg/
H A DMakefile10 all: main.c dmesg.c
11 $(CC) -static -o dmesg main.c dmesg.c
/DragonOS/docs/kernel/libs/
H A Dunified-init.md38 fn main() {
46 需要测试的时候可以在`main.rs`写测试代码,
/DragonOS/user/apps/test-backlog/src/
H A Dmain.rs23 #[actix_web::main]
24 async fn main() -> io::Result<()> { in main() function
/DragonOS/user/apps/test_sqlite3/
H A DMakefile12 all: main.c $(SQLITE3_DIR)/sqlite3.c
13 $(CC) -I $(SQLITE3_DIR) -static -o test_sqlite3 main.c $(SQLITE3_DIR)/sqlite3.c
/DragonOS/user/apps/clear/src/
H A Dmain.rs1 fn main() { in main() function
/DragonOS/kernel/
H A Dbuild.rs1 fn main() { in main() function

1234