MCPcopy Create free account
hub / github.com/Singular/Singular / dequeue

Method dequeue

kernel/oswrapper/vspace.h:1123–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121 }
1122 }
1123 T dequeue() {
1124 _incoming.wait();
1125 return dequeue_nowait();
1126 }
1127 Result<T> try_dequeue() {
1128 if (_incoming.try_wait())
1129 return Result<T>(dequeue_nowait());

Callers 5

kVerify2Function · 0.80
kverify.ccFile · 0.80
id_ChineseRemainder_0Function · 0.80
kChinese.ccFile · 0.80
id_Farey_0Function · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected