14 #ifndef BLOCKERSIMPLE_H
15 #define BLOCKERSIMPLE_H
20 #ifdef THREAD_SIMPLE_IMPL
29 class EXPCL_PANDA_PIPELINE BlockerSimple {
31 constexpr BlockerSimple() =
default;
32 INLINE ~BlockerSimple();
37 F_lock_count = 0x3fffffff,
38 F_has_waiters = 0x40000000,
41 unsigned int _flags = 0;
43 friend class ThreadSimpleManager;
48 #endif // THREAD_SIMPLE_IMPL