- Timestamp:
- Mar 9, 2015 12:54:07 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h
r54479 r54695 466 466 * or not and only call swtch if RTThreadPreemptDisable() wasn't called. 467 467 */ 468 #if 0 /* Temporarily disabled, for @bugref{7726}. */ 468 469 kthread_t **ppIntrThread = SOL_THREAD_TINTR_PTR; 469 470 if ( *ppIntrThread 470 471 && getpil() < DISP_LEVEL) 472 #else 473 if ( curthread->t_intr 474 && getpil() < DISP_LEVEL) 475 #endif 471 476 { 472 477 RTTHREADPREEMPTSTATE PreemptState = RTTHREADPREEMPTSTATE_INITIALIZER;
Note:
See TracChangeset
for help on using the changeset viewer.