File: blooptest.c

package info (click to toggle)
libvncserver 0.9.15%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,228 kB
  • sloc: ansic: 43,149; perl: 318; cpp: 142; python: 80; sh: 51; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
/**
  @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"