chromium/third_party/webrtc/rtc_base/third_party/sigslot/sigslot.cc

// sigslot.h: Signal/Slot classes
//
// Written by Sarah Thompson ([email protected]) 2002.
//
// License: Public domain. You are free to use this code however you like, with
// the proviso that the author takes on no responsibility or liability for any
// use.

#include "rtc_base/third_party/sigslot/sigslot.h"

namespace sigslot {

#ifdef _SIGSLOT_HAS_POSIX_THREADS

pthread_mutex_t* multi_threaded_global::get_mutex() {}

#endif  // _SIGSLOT_HAS_POSIX_THREADS

}  // namespace sigslot