MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __make_ready

Method __make_ready

system/lib/libcxx/src/future.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void __assoc_sub_state::__make_ready() {
96 unique_lock<mutex> __lk(__mut_);
97 __state_ |= ready;
98 __cv_.notify_all();
99}
100
101void __assoc_sub_state::copy() {
102 unique_lock<mutex> __lk(__mut_);

Callers 1

~__thread_struct_impMethod · 0.80

Calls 1

notify_allMethod · 0.80

Tested by

no test coverage detected