MCPcopy Create free account
hub / github.com/clementgallet/libTAS / urandom_enable_handler

Function urandom_enable_handler

src/library/fileio/URandom.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void urandom_enable_handler() {
133 GlobalNative gn;
134
135 if (writefd != -1) {
136 MYASSERT(fcntl(writefd, F_SETFL, O_ASYNC | O_NONBLOCK) != -1);
137 }
138}
139
140}

Callers 2

checkpointMethod · 0.85
restoreMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected