Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_021.cpp70 int *childThreadRetval = nullptr; in ChildProcess() local
109 ret = pthread_join(newUserThread, (void **)&childThreadRetval); in ChildProcess()
111 ICUNIT_ASSERT_EQUAL(*childThreadRetval, 0, *childThreadRetval); in ChildProcess()
H A Dpthread_test_025.cpp44 int *childThreadRetval = nullptr; in ChildProcess() local
H A Dpthread_test_022.cpp66 int *childThreadRetval = nullptr; in ChildProcess() local

Completed in 1 milliseconds