Searched refs:fAstPending (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthreadpreempt-r0drv-darwin.cpp110 uint32_t const fAstPending = *pfAstPending; local
112 AssertMsg(!(fAstPending & UINT32_C(0xffff8000)), ("%#x\n", fAstPending));
113 return (fAstPending & (AST_PREEMPT | AST_QUANTUM | AST_URGENT)) != 0;

Completed in 31 milliseconds