MCPcopy Create free account
hub / github.com/Gecode/gecode / release

Method release

gecode/support/thread/thread.hpp:93–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 forceinline void
94 Mutex::release(void) {
95#ifdef GECODE_HAS_THREADS
96#ifndef GECODE_USE_OSX_UNFAIR_MUTEX
97 m.unlock();
98#else
99 os_unfair_lock_unlock(&l);
100#endif
101#endif
102 }
103
104 forceinline void*
105 Mutex::operator new(size_t s) {

Callers 12

nextMethod · 0.45
reportMethod · 0.45
stopMethod · 0.45
MasterMethod · 0.45
runMethod · 0.45
needthreadMethod · 0.45
rallocMethod · 0.45
rfreeMethod · 0.45
rreallocMethod · 0.45
peakMethod · 0.45
~LockMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected