Searched refs:plock (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dmutex.c41 mutex_lock_failed(plock) /* dummy (not atomic) */
42 a_mutex_t *plock;
44 if (*plock)
46 *plock = 1;
67 volatile int *plock = RealLock(*mutex); local
69 while (mutex_lock_failed(plock))
72 while (!(*plock))
81 int *plock = RealLock(*mutex); local
83 if (*plock) {
87 *plock
[all...]

Completed in 64 milliseconds