Changeset 509 for trunk/thune/urlan.h
- Timestamp:
- 02/09/08 02:35:22 (10 months ago)
- Files:
-
- 1 modified
-
trunk/thune/urlan.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/urlan.h
r508 r509 598 598 599 599 UIndex ur_hold( UThread*, int type, UIndex which ); 600 void ur_release ( UThread*, UIndex );600 void ur_releaseT( UThread*, UIndex ); 601 601 602 602 UBlock* ur_blockPtrT( UThread*, UIndex ); … … 648 648 #define ur_block(c) ur_blockPtr( (c)->series.n ) 649 649 #define ur_bin(c) ur_binPtr( (c)->series.n ) 650 651 #define ur_holdBlock(n) ur_hold( ut, UT_BLOCK, n ) 652 #define ur_holdBin(n) ur_hold( ut, UT_BINARY, n ) 653 #define ur_release(n) ur_releaseT( ut, n ) 650 654 651 655 #define ur_type(c) (c)->id.type
