slp_call
static void *slp_call(void *);
if ((terr = thr_create(NULL, 0, slp_call, args, 0, &tid)) != 0) {