Home
last modified time | relevance | path

Searched defs:PL_LOCK (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-thread.h269 #define PL_LOCK(id) \ macro
282 #define PL_LOCK(id) IF_MT(id, countingMutexLock(&_PL_mutexes[id])) macro
458 #define PL_LOCK(id) macro
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_playlist.h217 #define PL_LOCK playlist_Lock( p_playlist ) macro
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-incl.h453 #define PL_LOCK(id) IF_MT(id, countingMutexLock(&_PL_mutexes[id])) macro
457 #define PL_LOCK(X) macro