Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp427 int threadRet = PARAM_0; in Thrd_create() local
430 thrd_join(threadId, &threadRet); in Thrd_create()
431 ret |= threadArg != threadRet; in Thrd_create()
541 int threadRet = PARAM_0; in Thrd_exit() local
544 thrd_join(threadId, &threadRet); in Thrd_exit()
545 int ret = expectRet == threadRet; in Thrd_exit()
560 int threadRet = PARAM_0; in Thrd_join_One() local
563 int ret = thrd_join(threadId, &threadRet); in Thrd_join_One()
564 ret |= expectRet != threadRet; in Thrd_join_One()

Completed in 2 milliseconds