Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 3 of 3) sorted by relevance

/app/moot/
A Dfsboot.c30 if (retcode != NO_ERROR) { in attempt_fs_boot()
40 if (retcode != NO_ERROR) { in attempt_fs_boot()
42 fpath,retcode); in attempt_fs_boot()
48 retcode = fs_stat_file(handle, &stat); in attempt_fs_boot()
49 if (retcode != NO_ERROR) { in attempt_fs_boot()
51 fpath,retcode); in attempt_fs_boot()
63 if (retcode != NO_ERROR) { in attempt_fs_boot()
65 fpath,retcode); in attempt_fs_boot()
80 if (retcode != NO_ERROR) { in attempt_fs_boot()
87 if (retcode != NO_ERROR) { in attempt_fs_boot()
[all …]
/app/tests/
A Dfibo.c67 int retcode; in fibo() local
68 thread_join(t, &retcode, INFINITE_TIME); in fibo()
72 printf("fibo %d\n", retcode); in fibo()
A Dport_tests.c374 int retcode = -1; in two_threads_basic() local
375 thread_join(t1, &retcode, INFINITE_TIME); in two_threads_basic()
376 if (retcode) in two_threads_basic()
379 thread_join(t2, &retcode, INFINITE_TIME); in two_threads_basic()
380 if (retcode) in two_threads_basic()
386 printf("child thread exited with %d\n", retcode); in two_threads_basic()
537 int retcode = -1; in group_basic() local
538 thread_join(wt, &retcode, INFINITE_TIME); in group_basic()
539 if (retcode) { in group_basic()
540 printf("child thread exited with %d\n", retcode); in group_basic()

Completed in 17 milliseconds