Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dthreadsndk.cpp120 int threadfun_exit(void *arg) in threadfun_exit() function
130 result = thrd_create(&id, threadfun_exit, nullptr); in Thrd_exit()