Searched refs:threadfunc_current (Results 1 – 1 of 1) sorted by relevance
65 int threadfunc_current(void *arg) in threadfunc_current() function75 result = thrd_create(&thr, threadfunc_current, nullptr); in Thrd_current()