Lines Matching refs:pause
641 * @tc.name pause basic function test
656 int rt = pause();
659 LOG("pause should return -1, but rt=%d", rt);
663 LOG("pause should set errno to 4(EINTR),but get %d", errno);
687 * @tc.name pause and mask test
707 LOG("before pause");
708 rt = pause();
710 LOG("pause should return -1, but rt=%d", rt);
714 LOG("pause should set errno to 4(EINTR),but get %d", errno);
717 LOG("after pause");