Searched refs:exit (Results 1 - 25 of 88) sorted by relevance

1234

/seL4-refos-master/kernel/include/kernel/
H A Dtraps.h36 timestamp_t exit = timestamp(); local
38 NODE_STATE(ksCurThread)->benchmark.kernel_utilisation += exit - ksEnter;
40 NODE_STATE(benchmark_kernel_time) += exit - ksEnter;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Duudecode.c100 exit(1);
108 exit(2);
115 exit(3);
133 exit(3);
139 exit(4);
156 exit(4);
166 exit(5);
168 exit(0);
189 exit(10);
H A Dpctty.c83 exit(EXIT_FAILURE);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/share/
H A Dtile.h42 #undef exit macro
44 extern void FDECL(exit, (int));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Duudecode.c100 exit(1);
108 exit(2);
115 exit(3);
133 exit(3);
139 exit(4);
156 exit(4);
166 exit(5);
168 exit(0);
189 exit(10);
H A Dpctty.c83 exit(EXIT_FAILURE);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/share/
H A Dtile.h42 #undef exit macro
44 extern void FDECL(exit, (int));
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/aarch32/
H A Dcrt0.S45 b exit
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/aarch64/
H A Dcrt0.S37 b exit
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/arm_hyp/
H A Dcrt0.S45 b exit
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/aarch32/
H A Dcrt0.S45 b exit
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/aarch64/
H A Dcrt0.S37 b exit
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/arm_hyp/
H A Dcrt0.S45 b exit
/seL4-refos-master/kernel/manual/tools/
H A Dgen_env.py17 sys.exit(1)
50 sys.exit(0)
/seL4-refos-master/libs/libmuslc/src/exit/
H A Dexit.c28 _Noreturn void exit(int code) function
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/ia32/
H A Dcrt0.S52 /* Call exit with the return value from main. */
54 call exit
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/x86_64/
H A Dcrt0.S48 call exit
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/ia32/
H A Dcrt0.S52 /* Call exit with the return value from main. */
54 call exit
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/x86_64/
H A Dcrt0.S48 call exit
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Derr.c28 exit(status);
34 exit(status);
/seL4-refos-master/kernel/tools/
H A Dreciprocal.py32 sys.exit(1)
56 sys.exit(-1)
H A Dsyscall_header_gen.py145 exit(-1)
172 sys.exit(-1)
179 sys.exit(-1)
185 sys.exit(-1)
190 sys.exit(-1)
/seL4-refos-master/kernel/libsel4/tools/
H A Dsyscall_header_gen.py145 exit(-1)
172 sys.exit(-1)
179 sys.exit(-1)
185 sys.exit(-1)
190 sys.exit(-1)
/seL4-refos-master/kernel/manual/tools/libsel4_tools/
H A Dsyscall_header_gen.py145 exit(-1)
172 sys.exit(-1)
179 sys.exit(-1)
185 sys.exit(-1)
190 sys.exit(-1)
/seL4-refos-master/libs/libsel4/tools/
H A Dsyscall_header_gen.py145 exit(-1)
172 sys.exit(-1)
179 sys.exit(-1)
185 sys.exit(-1)
190 sys.exit(-1)

Completed in 111 milliseconds

1234