| 211 | // Used by external thread |
| 212 | void dispatch_event_external(EventCallbackRef e); |
| 213 | inline bool in_thread() const { |
| 214 | return pthread_equal(pthread_self(), owner); |
| 215 | } |
| 216 | |
| 217 | private: |
| 218 | template <typename func> |
no outgoing calls
no test coverage detected