qpc/doxygen/snippets/qk_mux.c
Quantum Leaps 696f5cef7b 4.5.02
2012-08-14 18:07:04 -04:00

9 lines
139 B
C

QMutex mux;
. . .
mux = QK_mutexLock(PRIO_CEILING);
/* access the shared resource */
QK_mutexUnlock(mux);
. . .