Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dpprivate.h75 #define PTHREAD_STATE_RUNNING 2 /* The thread is running and will wait to join when it exits */ macro
H A Dpthread.c177 PTHREAD_STATE_RUNNING : PTHREAD_STATE_DETACHED; in SetPthreadDataAttr()
322 case PTHREAD_STATE_RUNNING: in ProcessByJoinState()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_150.c60 ICUNIT_ASSERT_EQUAL(pthreadData->state, PTHREAD_STATE_RUNNING, pthreadData->state); in Testcase()
H A DIt_posix_pthread_194.c82 ICUNIT_ASSERT_EQUAL(pthreadData->state, PTHREAD_STATE_RUNNING, pthreadData->state); in Testcase()
H A DIt_posix_pthread_193.c82 ICUNIT_ASSERT_EQUAL(pthreadData->state, PTHREAD_STATE_RUNNING, pthreadData->state); in Testcase()
H A DIt_posix_pthread_188.c98 ICUNIT_ASSERT_EQUAL(pthreadData->state, PTHREAD_STATE_RUNNING, pthreadData->state); in Testcase()
H A DIt_posix_pthread_187.c92 ICUNIT_ASSERT_EQUAL(pthreadData->state, PTHREAD_STATE_RUNNING, pthreadData->state); in Testcase()

Completed in 4 milliseconds