Changeset 13102
- Timestamp:
- Oct 27, 2009, 4:08:15 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/thread_manager.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/thread_manager.c
r13067 r13102 106 106 !((where < (pc) (ts->high)) && 107 107 (where >= (pc) (ts->low))))) { 108 109 target->interrupt_pending = (1LL << (nbits_in_word - 1LL)); 110 111 #if 0 108 112 /* If the thread's in a blocking syscall, it'd be nice to 109 113 get it out of that state here. */ 110 114 GetThreadIOPendingFlag(hthread,&io_pending); 111 target->interrupt_pending = (1LL << (nbits_in_word - 1LL));112 115 if (io_pending) { 113 116 pending_io * pending = (pending_io *) (target->pending_io_info); … … 120 123 } 121 124 } 125 #endif 122 126 if (pCancelSynchronousIo) { 123 127 pCancelSynchronousIo(hthread);
Note:
See TracChangeset
for help on using the changeset viewer.
