MCPcopy 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
54void piLock (int key)
55{
56 pthread_mutex_lock (&piMutexes [key]) ;
57}
58
59void piUnlock (int key)
60{

Callers 2

wfi.cFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected