Changeset 509 for trunk/thune/thread.c

Show
Ignore:
Timestamp:
02/09/08 02:35:22 (10 months ago)
Author:
krobillard
Message:

Added hold/release macros. ur_readDir() now holds its result block.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/thread.c

    r508 r509  
    303303 
    304304 
    305 void ur_release( UThread* ut, UIndex which ) 
     305void ur_releaseT( UThread* ut, UIndex which ) 
    306306{ 
    307307    UBlock* blk = ur_blockPtr( BLK_THREAD_HOLD );