MCPcopy Create free account
hub / github.com/boostorg/asio / init

Method init

include/boost/asio/detail/std_static_mutex.hpp:49–52  ·  view source on GitHub ↗

Initialise the mutex.

Source from the content-addressed store, hash-verified

47
48 // Initialise the mutex.
49 void init()
50 {
51 // Nothing to do.
52 }
53
54 // Lock the mutex.
55 void lock()

Callers 1

win_global.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected