Lines Matching refs:lockStatus
548 int lockStatus;
556 lockStatus = LOCK_ERROR;
559 lockStatus = XauLockAuth(home_name, 1, 2, 10);
560 if (lockStatus == LOCK_SUCCESS) {
567 lockStatus = LOCK_ERROR;
571 if (lockStatus != LOCK_SUCCESS) {
577 lockStatus = XauLockAuth(backup_name, 1, 2, 10);
579 if (lockStatus == LOCK_SUCCESS) {
586 lockStatus = LOCK_ERROR;
591 if (lockStatus != LOCK_SUCCESS) {