Searched refs:run (Results 1 - 25 of 32) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/process_server/src/test/
H A Dtest_addrspace.h23 int test_vspace(int run);
H A Dtest_addrspace.c53 test_vspace(int run) argument
55 test_start(run == 0 ? "vspace (run 1)" : "vspace (run 2)");
/seL4-refos-master/apps/process_server/src/test/
H A Dtest_addrspace.h23 int test_vspace(int run);
H A Dtest_addrspace.c53 test_vspace(int run) argument
55 test_start(run == 0 ? "vspace (run 1)" : "vspace (run 2)");
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cleanup_push.c16 void _pthread_cleanup_pop(struct __ptcb *cb, int run) argument
19 if (run) cb->__f(cb->__x);
/seL4-refos-master/kernel/tools/hardware/outputs/
H A Dcompat_strings.py14 def run(tree: fdt.FdtParser, hardware: rule.HardwareYaml, config: config.Config, function
H A Dyaml.py27 def run(tree: fdt.FdtParser, hardware: rule.HardwareYaml, config: config.Config, function
H A Delfloader.py143 def run(tree: fdt.FdtParser, hardware: rule.HardwareYaml, config: config.Config, args: argparse.Namespace): function
H A Dc_header.py161 def run(tree: fdt.FdtParser, hardware: rule.HardwareYaml, config: config.Config, args: argparse.Namespace): function
/seL4-refos-master/seL4_tools/cmake-tool/helpers/
H A Dcmakerepl45 # Declare a short hand run function for executing something on the shell
47 function(run)
/seL4-refos-master/kernel/tools/
H A Dhardware_gen.py47 ''' Parse the DT and hardware config YAML and run each
59 OUTPUTS[t].run(parsed_dt, hardware, cfg, args)
86 cProfile.run('main(args)', sort='cumtime')
/seL4-refos-master/seL4_tools/misc/
H A Dstyle.py8 run style tools over files
36 help='List of files to run style updates on.')
61 completed = subprocess.run([script] + files, stderr=subprocess.PIPE)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dhack.c569 } else if (flags.autodig && !flags.run && !flags.nopick &&
652 if (flags.run == 8 && mode != DO_MOVE && (x != u.ux || y != u.uy)) {
677 if (!(Blind || Hallucination) && (flags.run >= 2) && mode != TEST_TRAV)
718 flags.run = 0;
726 flags.run = 8;
789 /* reset run so domove run checks work */
790 flags.run = 8;
972 if(flags.run >= 2) {
1028 if (flags.run
1760 const char *run = locomotion(youmonst.data, "Run"); local
[all...]
H A Dallmain.c144 if(flags.time && !flags.run)
398 flags.travel = iflags.travel1 = flags.mv = flags.run = 0;
418 if ((!flags.run || iflags.runmode == RUN_TPORT) &&
420 if (flags.time && flags.run) flags.botl = 1;
H A Dcmd.c291 /* keep repeating until we don't run help or quit */
1854 flags.run = 2;
1861 flags.run = 3;
1879 flags.run = 0;
1887 flags.run = 1;
1902 flags.run = 8;
1909 flags.run = 0; /* only matters here if it was 8 */
1913 flags.run = 1;
1916 flags.run = 3;
2313 (sdir[dir] - 'a' + 'A')); /* run comman
[all...]
H A Dsounds.c328 if(flags.run) nomul(0);
369 if(flags.run) nomul(0);
401 if(flags.run) nomul(0);
H A Dpickup.c270 if (flags.run) nomul(0);
410 if ((multi && !flags.run) || (autopickup && !flags.pickup))
426 /* multi && !flags.run means they are in the middle of some other
430 if ((multi && !flags.run) || (autopickup && !flags.pickup)) {
443 if (OBJ_AT(u.ux,u.uy) && flags.run && flags.run != 8 && !flags.nopick) nomul(0);
726 * INVORDER_SORT is set, we'll run through the list once for
1304 if (flags.run) nomul(0);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dhack.c569 } else if (flags.autodig && !flags.run && !flags.nopick &&
652 if (flags.run == 8 && mode != DO_MOVE && (x != u.ux || y != u.uy)) {
677 if (!(Blind || Hallucination) && (flags.run >= 2) && mode != TEST_TRAV)
718 flags.run = 0;
726 flags.run = 8;
789 /* reset run so domove run checks work */
790 flags.run = 8;
972 if(flags.run >= 2) {
1028 if (flags.run
1760 const char *run = locomotion(youmonst.data, "Run"); local
[all...]
H A Dallmain.c144 if(flags.time && !flags.run)
398 flags.travel = iflags.travel1 = flags.mv = flags.run = 0;
418 if ((!flags.run || iflags.runmode == RUN_TPORT) &&
420 if (flags.time && flags.run) flags.botl = 1;
H A Dcmd.c291 /* keep repeating until we don't run help or quit */
1854 flags.run = 2;
1861 flags.run = 3;
1879 flags.run = 0;
1887 flags.run = 1;
1902 flags.run = 8;
1909 flags.run = 0; /* only matters here if it was 8 */
1913 flags.run = 1;
1916 flags.run = 3;
2313 (sdir[dir] - 'a' + 'A')); /* run comman
[all...]
H A Dsounds.c328 if(flags.run) nomul(0);
369 if(flags.run) nomul(0);
401 if(flags.run) nomul(0);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h94 unsigned run; /* 0: h (etc), 1: H (etc), 2: fh (etc) */ member in struct:flag
179 boolean sanity_check; /* run sanity checks */
263 boolean wc2_fullscreen; /* run fullscreen */
273 int runmode; /* update screen display during run moves */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h94 unsigned run; /* 0: h (etc), 1: H (etc), 2: fh (etc) */ member in struct:flag
179 boolean sanity_check; /* run sanity checks */
263 boolean wc2_fullscreen; /* run fullscreen */
273 int runmode; /* update screen display during run moves */
/seL4-refos-master/kernel/manual/parts/
H A Dthreads.tex20 (\obj{SCO}), and threads cannot run unless they are bound to, or receive a
112 thread to run for more than $b$ out of every $p$ microseconds. However, $\frac{b}{p}$ does not
200 on a single node. A scheduling control cap for each node is provided to the initial task at run
201 time. Threads run on the node that their scheduling context is configured for. Scheduling context
255 Passive threads will run on the CPU node that the scheduling context was configured with, and will
272 the highest priority thread will always run, however it is up to the system
309 null capability, the kernel will pause the thread and it will not run again.
314 Standard exception handlers can be passive, in which case they will run on the
319 Timeout faults are raised when a thread attempts to run but has no available
607 A thread belongs to exactly one domain, and will only run whe
[all...]
/seL4-refos-master/seL4_tools/cmake-tool/
H A Dgriddle127 # Back up the CMake cache file, re-run CMake, and see if the new cache file
212 die "run this tool from a build directory (e.g., \"mkdir build; cd build\")"
222 die "run this tool from a build directory (e.g., \"mkdir ../build;" \
234 "\"cd build\"), and (5) try to run this tool again."
658 # If this tool is re-run over an existing build with new parameters, the
659 # CMake cache file may mutate. Warn about it if it does, and re-run CMake

Completed in 286 milliseconds

12