Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dthreadsndk.cpp65 int threadfunc_current(void *arg) in threadfunc_current() function
75 result = thrd_create(&thr, threadfunc_current, nullptr); in Thrd_current()