MCPcopy Create free account
hub / github.com/dfranx/SHADERed / fire

Method fire

libs/cppdap/fuzz/fuzz.cpp:41–45  ·  view source on GitHub ↗

fire() sets signals the event, and unblocks any calls to wait().

Source from the content-addressed store, hash-verified

39
40 // fire() sets signals the event, and unblocks any calls to wait().
41 inline void fire() {
42 std::unique_lock<std::mutex> lock(mutex);
43 fired = true;
44 cv.notify_all();
45 }
46
47 private:
48 std::mutex mutex;

Callers 1

LLVMFuzzerTestOneInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected