mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
8 lines
198 B
C
8 lines
198 B
C
/**
|
|
@example blooptest.c
|
|
blooptest is a test of pthreads. It is just the example, but with a background
|
|
loop to hunt down thread lockups.
|
|
*/
|
|
#define BACKGROUND_LOOP_TEST
|
|
#include "example.c"
|