MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ETHGetLinkState

Function ETHGetLinkState

src/dolphin/src/eth/eth.c:821–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821static BOOL ETHGetLinkState(void) {
822 BOOL ret;
823
824 waitexilock();
825 ret = linkState();
826 unlock();
827 return ret;
828}
829
830static BOOL linkStateAsyncMain(BOOL* linkstateptr) {
831 if (EXILock(0, 2, NULL)) {

Callers

nothing calls this directly

Calls 3

waitexilockFunction · 0.85
linkStateFunction · 0.85
unlockFunction · 0.85

Tested by

no test coverage detected