#include <glib/gatomic.h>
#include <glibmm/thread.h>
#include "sigx/bad_caller.h"
#include "sigx/bad_sync_call.h"
#include "sigx/dispatcher.h"
#include "sigx/tunnel_context_base.h"
#include "__sigx_pchfence__.h"
#include "sigx/lock_acquirer.h"
Namespaces | |
namespace | sigx |
namespace | sigx::dld |
Functions | |
thread_pair_type | sigx::dld::make_thread_pair (threadhandle_type threadA, threadhandle_type threadB) |
Creates a pair of thread handles where the first pair::first is the smaller one of both and pair::second is the greater one, compared with operator <. |