Lines Matching refs:CheckStep
52 CheckStep(2); in ThreadPthreadJoinWait()
64 CheckStep(1);
67 EXPECT_EQ(CheckStep(3), (uint64_t)0x123) << "pthread_join no wait";
330 CheckStep(3); in TestPushHandler1()
335 CheckStep(2); in TestPushHandler2()
355 CheckStep(1);
359 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234);
366 CheckStep(2); in TestPushParamHandler()
385 CheckStep(1);
389 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);
394 CheckStep(2); in TestPopHandler1()
400 LOG("step = %lx", CheckStep(10)); in TestPopHandler2()
420 CheckStep(1);
424 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);
459 CheckStep(2); in ThreadTestBarrierWait1()
474 CheckStep(2); in ThreadTestBarrierWait2()
493 CheckStep(1);
501 CheckStep(2);
512 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);
523 CheckStep(3); in ThreadTestBarrierAlwaysWait()
537 CheckStep(1);
546 EXPECT_EQ(CheckStep(2), (uint64_t)0x12); // childs threads always waiting
590 CheckStep(2); in ThreadPthreadNoCancelPoint()
592 CheckStep(3); in ThreadPthreadNoCancelPoint()
604 CheckStep(1);
614 CheckStep(2); in ThreadPthreadCancelPoint()
619 CheckStep(3); in ThreadPthreadCancelPoint()
631 CheckStep(1);
637 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);
643 CheckStep(2); in ThreadPthreadCancelDisable()
646 CheckStep(3); in ThreadPthreadCancelDisable()
658 CheckStep(1);
664 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234);
670 CheckStep(2); in ThreadPthreadCancelAsynchronous()
674 CheckStep(3); in ThreadPthreadCancelAsynchronous()
686 CheckStep(1);
693 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);
699 CheckStep(2); in ThreadPthreadCancelDeferred()
701 CheckStep(3); in ThreadPthreadCancelDeferred()
714 CheckStep(1);
721 EXPECT_EQ(CheckStep(4), (uint64_t)0x1234);
727 CheckStep(2); in ThreadPthreadCancelEnable()
731 CheckStep(3); in ThreadPthreadCancelEnable()
743 CheckStep(1);
749 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);
754 CheckStep(2); in PreparePthreadAtfork()
760 CheckStep(5); in ParentPthreadAtfork()
765 CheckStep(3); in ChildPthreadAtfork()
778 CheckStep(1);
787 if (CheckStep(4) != 0x1234) {
792 if (CheckStep(6) != 0x123456) {
813 CheckStep(2); in PrepareNPthreadAtfork()
819 CheckStep(5); in ParentNPthreadAtfork()
824 CheckStep(3); in ChildNPthreadAtfork()
829 CheckStep(1); in ThreadNPthreadAtfork()
838 if (CheckStep(4) != 0x1234) { in ThreadNPthreadAtfork()
844 if (CheckStep(6) != 0x123456) { in ThreadNPthreadAtfork()
885 CheckStep(2); in FunOnce()
904 CheckStep(1);
909 EXPECT_EQ(CheckStep(3), (uint64_t)0x123);