thrd_create
extern int thrd_create(thrd_t *, thrd_start_t, void *);
VERIFY3S(thrd_create(&threads[i], cthr_test_stress_thr,
VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==,
VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==,
VERIFY3S(thrd_create(&thrd, cthr_test_detach_thr0, NULL), ==,
VERIFY3S(thrd_create(&thrd, cthr_test_detach_thr1, NULL), ==,
VERIFY3S(thrd_create(&threads[i], cthr_test_broadcast_thr,
VERIFY3S(thrd_create(&threads[i], cthr_test_signal_thr, NULL),
VERIFY3S(thrd_create(&thrd, cthr_test_mtx_busy_thr, &mtx), ==,
VERIFY3S(thrd_create(&threads[i], ct_tss_thr,
VERIFY3S(thrd_create(&threads[i], co_thr, NULL), ==,