Searched refs:threadRet (Results 1 – 1 of 1) sorted by relevance
427 int threadRet = PARAM_0; in Thrd_create() local430 thrd_join(threadId, &threadRet); in Thrd_create()431 ret |= threadArg != threadRet; in Thrd_create()541 int threadRet = PARAM_0; in Thrd_exit() local544 thrd_join(threadId, &threadRet); in Thrd_exit()545 int ret = expectRet == threadRet; in Thrd_exit()560 int threadRet = PARAM_0; in Thrd_join_One() local563 int ret = thrd_join(threadId, &threadRet); in Thrd_join_One()564 ret |= expectRet != threadRet; in Thrd_join_One()