thrd_create
int thrd_create(thrd_t *, thrd_start_t, void *);
rc = thrd_create(&threads[t], (t == 0 ? RunHarvester : ReadCSPRNG), NULL);