Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Drwlock.c29 pthread_mutex_init(&rw->plock, NULL); in init_rwlock()
40 pthread_mutex_lock(&rw->plock); in rw_lock_read()
45 pthread_cond_wait(&rw->pcond, &rw->plock); in rw_lock_read()
50 pthread_mutex_unlock(&rw->plock); in rw_lock_read()
55 pthread_mutex_lock(&rw->plock); in rw_lock_write()
60 pthread_cond_wait(&rw->pcond, &rw->plock); in rw_lock_write()
66 pthread_mutex_unlock(&rw->plock); in rw_lock_write()
72 pthread_mutex_lock(&rw->plock); in rw_unlock_read()
75 pthread_mutex_unlock(&rw->plock); in rw_unlock_read()
80 pthread_mutex_lock(&rw->plock); in rw_unlock_write()
[all …]
Dutil.c284 pthread_mutex_init(&fb->plock, NULL); in ffsb_barrier_init()
291 pthread_mutex_lock(&fb->plock); in ffsb_barrier_wait()
299 pthread_cond_wait(&fb->pcond, &fb->plock); in ffsb_barrier_wait()
301 pthread_mutex_unlock(&fb->plock); in ffsb_barrier_wait()
Drwlock.h28 pthread_mutex_t plock; member
Dutil.h61 pthread_mutex_t plock; member
/external/python/cpython2/
Dpyconfig.h.in514 /* Define to 1 if you have the `plock' function. */
Dconfigure.ac3097 mremap nice pathconf pause plock poll pthread_init \
Dconfigure10575 mremap nice pathconf pause plock poll pthread_init \
/external/python/cpython2/Modules/
Dposixmodule.c4476 if (plock(op) == -1) in posix_plock()
/external/python/cpython2/Doc/library/
Dos.rst2004 .. function:: plock(op)
/external/python/cpython2/Misc/
DHISTORY14740 - New functions in the posix module: mkfifo, plock, remove (== unlink),