MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / PushFront

Method PushFront

src/hx/Thread.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 mSemaphore.Set();
57 }
58 void PushFront(Dynamic inValue)
59 {
60 hx::EnterGCFreeZone();
61 AutoLock lock(mMutex);
62 hx::ExitGCFreeZone();
63
64 unshift(inValue);
65 mSemaphore.Set();
66 }
67
68
69 Dynamic PopFront(bool inBlock)

Callers 1

__hxcpp_deque_pushFunction · 0.80

Calls 5

EnterGCFreeZoneFunction · 0.85
ExitGCFreeZoneFunction · 0.85
QSetMethod · 0.80
unshiftFunction · 0.50
SetMethod · 0.45

Tested by

no test coverage detected