Changeset 320 for trunk/src/sh_hash.c
- Timestamp:
- Mar 15, 2011, 8:59:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r307 r320 1554 1554 1555 1555 SL_ENTER(_("sh_hash_hashdelete")); 1556 SH_MUTEX_LOCK(mutex_hash); 1556 1557 /* need deadlock detection here if called from exit handler 1558 */ 1559 SH_MUTEX_TRYLOCK(mutex_hash); 1557 1560 1558 1561 if (IsInit == 0) … … 1570 1573 ; /* 'label at end of compound statement */ 1571 1574 SH_MUTEX_UNLOCK(mutex_hash); 1575 1572 1576 SL_RET0(_("sh_hash_hashdelete")); 1573 1577 }
Note:
See TracChangeset
for help on using the changeset viewer.