gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ASSERT_SLEEPABLE (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/systm.h - 18.1KB - 562 lines
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