MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / head_unsafe

Method head_unsafe

Source/ThirdParty/concurrentqueue.h:1303–1303  ·  view source on GitHub ↗

Useful for traversing the list when there's no contention (e.g. to destroy remaining nodes)

Source from the content-addressed store, hash-verified

1301
1302 // Useful for traversing the list when there's no contention (e.g. to destroy remaining nodes)
1303 N* head_unsafe() const { return freeListHead.load(std::memory_order_relaxed); }
1304
1305 private:
1306 inline void add_knowing_refcount_is_zero(N* node)

Callers 1

~ConcurrentQueueFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected