- Timestamp:
- Jul 22, 2008, 1:14:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/1.2/source/lisp-kernel/thread_manager.c
r9998 r10178 1533 1533 lisp_suspend_other_threads() 1534 1534 { 1535 TCR *current = get_tcr(true); 1536 LOCK(lisp_global(TCR_AREA_LOCK),current); 1535 1537 suspend_other_threads(false); 1536 1538 } … … 1568 1570 lisp_resume_other_threads() 1569 1571 { 1572 TCR *current = get_tcr(true); 1570 1573 resume_other_threads(false); 1574 UNLOCK(lisp_global(TCR_AREA_LOCK),current); 1571 1575 } 1572 1576
Note: See TracChangeset
for help on using the changeset viewer.