Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dthreadsndk.cpp138 int threadfun_join(void *arg) in threadfun_join() function
147 thrd_create(&id, threadfun_join, nullptr); in Thrd_join()