Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiringPi/WiringPi
/ piLock
Function
piLock
wiringPi/piThread.c:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
*/
53
54
void piLock (int key)
55
{
56
pthread_mutex_lock (&piMutexes [key]) ;
57
}
58
59
void piUnlock (int key)
60
{
Callers
2
wfi.c
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected