Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/ipc/semaphone/
H A Dsem_xts_test.c237 int reInt; variable
240 reInt = sem_init(&sem, 0, 0);
241 ICUNIT_ASSERT_EQUAL(reInt, 0, reInt);
243 reInt = pthread_create(&tid, NULL, ThreadChatF01, (void*)&sem);
244 ICUNIT_ASSERT_EQUAL(reInt, 0, reInt);
247 reInt = sem_getvalue(&sem, &semValue);
248 ICUNIT_ASSERT_EQUAL(reInt, 0, reInt);
303 int reInt; global() variable
380 int reInt; global() variable
[all...]

Completed in 1 milliseconds