reaper
static void *reaper(void *);
if (thr_create(NULL, 0, reaper, ctx, 0, NULL) != 0) {
extern int reaper(void);