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

Function linkStateAsyncMain

src/dolphin/src/eth/eth.c:830–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830static BOOL linkStateAsyncMain(BOOL* linkstateptr) {
831 if (EXILock(0, 2, NULL)) {
832 *linkstateptr = linkState();
833 unlock();
834 return TRUE;
835 }
836
837 return FALSE;
838}
839
840BOOL ETHGetLinkStateAsync(BOOL* status) {
841 //ASSERTLINE(1104, status);

Callers 1

ETHGetLinkStateAsyncFunction · 0.85

Calls 3

EXILockFunction · 0.85
linkStateFunction · 0.85
unlockFunction · 0.85

Tested by

no test coverage detected