Searched refs:threadfun_create (Results 1 – 1 of 1) sorted by relevance
47 int threadfun_create(void *arg) in threadfun_create() function57 result = thrd_create(&id, threadfun_create, nullptr); in Thrd_create()