Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ rwlockReadLock
Function
rwlockReadLock
src/library/common/rwlock.c:55–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int
56
rwlockReadLock(rwlock_t *_rwlock )
57
{
58
BOOLEAN acquired = 0;
59
while(!acquired)
60
acquired = TryAcquireSRWLockShared((PSRWLOCK) _rwlock);
61
62
return (acquired != 0);
63
}
64
65
66
int
Callers
1
lookup
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected