Searched defs:lockp (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c97 PR_IMPLEMENT(void) _MD_FREE_LOCK(struct _MDLock *lockp) argument
104 pthread_mutex_destroy(&lockp->mutex);
111 PR_IMPLEMENT(PRStatus) _MD_NEW_LOCK(struct _MDLock *lockp)
119 rv = pthread_mutex_init(&lockp->mutex, NULL);
H A Dirix.c238 static PRStatus new_lock(struct _MDLock *lockp) argument
255 lockp->lock = lock;
256 lockp->arena = arena->usarena;
274 lockp->lock = lock;
275 lockp->arena = arena->usarena;
296 static void free_lock(struct _MDLock *lockp) argument
303 usfreelock(lockp->lock, lockp->arena);
309 void _MD_FREE_LOCK(struct _MDLock *lockp) argument
316 free_lock(lockp);
371 _MD_NEW_LOCK(struct _MDLock *lockp) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c1549 volatile uintptr_t *lockp = &hash[bucket].dtdh_lock; local
1552 while ((lock = *lockp) & 1)
1555 if (dtrace_casptr((void *)lockp,

Completed in 313 milliseconds