Home
last modified time | relevance | path

Searched refs:thr (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk.cpp43 static thrd_t thr; variable
75 result = thrd_create(&thr, threadfunc_current, nullptr); in Thrd_current()
76 thrd_join(thr, nullptr); in Thrd_current()
104 if (!(thrd_equal(id, thr))) { in threadfunc_equal()
113 thrd_create(&thr, threadfunc_equal, nullptr); in Thrd_equal()
114 result = thrd_join(thr, nullptr); in Thrd_equal()

Completed in 2 milliseconds