Changeset 159
- Timestamp:
- 09/25/07 19:29:17
- Files:
-
- guts_main/src/lock.upc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
guts_main/src/lock.upc
r132 r159 2 2 * The GWU Unified Testing Suite (GUTS) 3 3 * Latest modifications and integration to GUTS framework 4 * Last Update: 0 4/01/20074 * Last Update: 09/25/2007 5 5 * 6 6 * Copyright (C) 2007 ... Abdullah Kayi … … 95 95 if(lock_attempt != 0) 96 96 GULA_FAIL("failed to block"); 97 upc_unlock(lock 1);97 upc_unlock(lock2); 98 98 } 99 99
