Files
tiny_computer/android/extern/libvncserver/examples/server/blooptest.c
2024-02-29 19:35:00 +08:00

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"