Home
last modified time | relevance | path

Searched refs:threadfun_create (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dthreadsndk.cpp47 int threadfun_create(void *arg) in threadfun_create() function
57 result = thrd_create(&id, threadfun_create, nullptr); in Thrd_create()