1 #ifndef _SIGX_DISPATCHER_HPP
2 #define _SIGX_DISPATCHER_HPP
30 #include <sigxconfig.h>
86 operator bool()
const;
95 struct thread_compare:
public std::binary_function<thread_pair_type, thread_pair_type, bool>
99 if (threadpair1.first < threadpair2.first)
101 if (threadpair1.first > threadpair2.first)
103 if (threadpair1.second < threadpair2.second)
174 gint queued_contexts()
const;
187 void test_calling_thread();
191 typedef std::queue<tunnel_context_base*> context_container_type;
193 lockable_tunnel_contexts m_tunnel_contexts;
201 volatile gint m_contexts_count;
233 #endif // end file guard