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

Method value

kernel/oswrapper/vspace.h:1036–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034 _owner(0), _head(0), _tail(0), _value(value), _lock() {
1035 }
1036 size_t value() {
1037 return _value;
1038 }
1039 void post();
1040 bool try_wait();
1041 void wait();

Callers 6

union_in_placeMethod · 0.45
intersect_withMethod · 0.45
foldMethod · 0.45
map_valuesMethod · 0.45
map_pairsMethod · 0.45
filterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected