mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
userland: move some multithreaded examples from cpp-cheat
Using them mostly to evaluate how well the emulators are handling user mode multithreading.
This commit is contained in:
1
run
1
run
@@ -809,7 +809,6 @@ Extra options to append at the end of the emulator command line.
|
||||
match = re.search(b'Simulated exit code not 0! Exit code is (\d+)', last_line)
|
||||
if match is not None:
|
||||
exit_status = int(match.group(1))
|
||||
print(repr(last_line))
|
||||
if re.search(b'Exiting @ tick \d+ because simulate\(\) limit reached', last_line) is not None:
|
||||
exit_status = 1
|
||||
if not self.env['userland']:
|
||||
|
||||
Reference in New Issue
Block a user