Searched refs:tlock (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.h | 32 g_mutex_lock (&m->tlock); \ 38 g_mutex_unlock (&m->tlock); \ 43 g_cond_wait (&m->cond, &m->tlock); \ 56 GMutex tlock; member
|
D | gstavdemux.c | 296 g_mutex_init (&demux->ffpipe.tlock); in gst_ffmpegdemux_init() 316 g_mutex_clear (&demux->ffpipe.tlock); in gst_ffmpegdemux_finalize()
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.hh | 50 g_mutex_lock (&m->tlock); \ 56 g_mutex_unlock (&m->tlock); \ 61 g_cond_wait (&m->cond, &m->tlock); \ 79 GMutex tlock; member
|
D | gstmpeg2enc.cc | 166 g_mutex_clear (&enc->tlock); in gst_mpeg2enc_finalize() 178 g_mutex_init (&enc->tlock); in gst_mpeg2enc_init()
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.hh | 49 g_mutex_lock (&(m)->tlock); \ 55 g_mutex_unlock (&(m)->tlock); \ 60 g_cond_wait (&(p)->cond, &(m)->tlock); \ 106 GMutex tlock; member
|
D | gstmplex.cc | 180 g_mutex_clear (&mplex->tlock); in gst_mplex_finalize() 200 g_mutex_init (&mplex->tlock); in gst_mplex_init()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 2662 static int tdb_next_lock(struct tdb_context *tdb, struct tdb_traverse_lock *tlock, in tdb_next_lock() argument 2665 int want_next = (tlock->off != 0); in tdb_next_lock() 2668 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) { in tdb_next_lock() 2669 if (!tlock->off && tlock->hash != 0) { in tdb_next_lock() 2698 tdb->methods->next_hash_chain(tdb, &tlock->hash); in tdb_next_lock() 2699 if (tlock->hash == tdb->header.hash_size) { in tdb_next_lock() 2704 if (tdb_lock(tdb, tlock->hash, tlock->lock_rw) == -1) in tdb_next_lock() 2708 if (!tlock->off) { in tdb_next_lock() 2709 if (tdb_ofs_read(tdb, TDB_HASH_TOP(tlock->hash), in tdb_next_lock() 2710 &tlock->off) == -1) in tdb_next_lock() [all …]
|
/third_party/python/Lib/ |
D | threading.py | 1534 tlock = _main_thread._tstate_lock 1537 assert tlock is not None 1538 assert tlock.locked() 1539 tlock.release()
|