Searched refs:testInt (Results 1 – 1 of 1) sorted by relevance
| /kernel/liteos_m/testsuites/unittest/xts/ipc/cond/ |
| D | pthread_cond_test.c | 164 int testInt = 0; variable 166 ret = pthread_create(&tid[0], NULL, ThreadPthreadCondBroadcast1, (void*)&testInt); 168 …ret = pthread_create(&tid[1], NULL, ThreadPthreadCondBroadcast2, (void*)&testInt); /* 1, common da… 170 …ret = pthread_create(&tid[2], NULL, ThreadPthreadCondBroadcast2, (void*)&testInt); /* 2, common da… 184 ICUNIT_ASSERT_EQUAL(testInt, TEST_SEEK_SIZE, testInt);
|