Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp52 CheckStep(2); in ThreadPthreadJoinWait()
64 CheckStep(1); in HWTEST_F()
67 EXPECT_EQ(CheckStep(3), (uint64_t)0x123) << "pthread_join no wait"; in HWTEST_F()
330 CheckStep(3); in TestPushHandler1()
335 CheckStep(2); in TestPushHandler2()
355 CheckStep(1); in HWTEST_F()
359 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234); in HWTEST_F()
366 CheckStep(2); in TestPushParamHandler()
385 CheckStep(1); in HWTEST_F()
389 EXPECT_EQ(CheckStep( in HWTEST_F()
[all...]
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadRwlockTest.cpp39 CheckStep(2); in PthreadRWlockWW1()
48 CheckStep(3); in PthreadRWlockWW2()
61 CheckStep(1); in HWTEST_F()
69 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234); in HWTEST_F()
81 CheckStep(2); in PthreadRWlockWR1()
90 CheckStep(3); in PthreadRWlockWR2()
103 CheckStep(1); in HWTEST_F()
111 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234); in HWTEST_F()
123 CheckStep(3); in PthreadRWlockRR1()
132 CheckStep( in PthreadRWlockRR2()
[all...]
H A DPthreadCondTest.cpp116 LOG("step = %lx", CheckStep(2)); in ThreadPthreadCondSignalBefore1()
118 LOG("step = %lx", CheckStep(3)); in ThreadPthreadCondSignalBefore1()
128 LOG("step = %lx", CheckStep(4)); in ThreadPthreadCondSignalBefore2()
141 LOG("step = %lx", CheckStep(1)); in HWTEST_F()
151 EXPECT_EQ(CheckStep(5), (uint64_t)0x12345); in HWTEST_F()
162 LOG("step = %lx", CheckStep(2)); in ThreadTestCondSignalWaitAfter1()
173 LOG("step = %lx", CheckStep(3)); in ThreadTestCondSignalWaitAfter2()
186 LOG("step = %lx", CheckStep(1)); in HWTEST_F()
196 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234); in HWTEST_F()
256 LOG("step = %lx", CheckStep( in ThreadPthreadCondTimedwait1()
[all...]
H A DPthreadMutexTest.cpp38 CheckStep(1); in ThreadMutex()
40 EXPECT_EQ(CheckStep(2), (uint64_t)0x12); in ThreadMutex()
73 CheckStep(1); in ThreadMtrylock1()
75 CheckStep(4); in ThreadMtrylock1()
77 CheckStep(5); in ThreadMtrylock1()
85 CheckStep(2); in ThreadMtrylock2()
87 CheckStep(3); in ThreadMtrylock2()
109 EXPECT_EQ(CheckStep(6), (uint64_t)0x123456); in HWTEST_F()
191 CheckStep(1); in ThreadPthreadMtimedlockOut()
195 CheckStep( in ThreadPthreadMtimedlockOut()
[all...]
/test/xts/acts/kernel_lite/sched_posix/src/
H A DPthreadSchedApiTest.cpp486 CheckStep(3); in ThreadTestFifoSched1()
496 CheckStep(2); in ThreadTestFifoSched2()
514 CheckStep(1); in HWTEST_F()
550 EXPECT_EQ(CheckStep(4), 0x1234Ull); // make sure ThreadTestFifoSched2 ahead in HWTEST_F()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dmt_utils.h40 LOG("step=%lx", CheckStep(1)); // may called in thread 1
41 LOG("step=%lx", CheckStep(2)); // may called in thread 2
42 LOG("step=%lx", CheckStep(3)); // may called in thread 3
43 LOG("step=%lx", CheckStep(4)); // may called in thread 2
44 uint64_t step = CheckStep(5); // may called in thread 1
57 uint64_t CheckStep(int step);
H A Dmt_utils.cpp32 uint64_t CheckStep(int value) in CheckStep() function
/test/xts/acts/kernel_lite/utils/
H A Dmt_utils.h40 LOG("step=%lx", CheckStep(1)); // may called in thread 1
41 LOG("step=%lx", CheckStep(2)); // may called in thread 2
42 LOG("step=%lx", CheckStep(3)); // may called in thread 3
43 LOG("step=%lx", CheckStep(4)); // may called in thread 2
44 uint64_t step = CheckStep(5); // may called in thread 1
57 uint64_t CheckStep(int step);
H A Dmt_utils.cpp32 uint64_t CheckStep(int value) in CheckStep() function

Completed in 5 milliseconds