Search | Google it | Results 1 - 1 of 1 for fundef:ASSERT_SLEEPABLE (0.00 seconds) |
549: #if defined(DEBUG) 550: #define ASSERT_SLEEPABLE() assert_sleepable() 551: #else /* defined(DEBUG) */ 552: #define ASSERT_SLEEPABLE() /* nothing */ 553: #endif /* defined(DEBUG) */ 554: #else 555: #define ASSERT_SLEEPABLE() /* nothing */ 556: #endif