Home
last modified time | relevance | path

Searched refs:pl_lock_tid (Results 1 – 2 of 2) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplaylist.c211 pthread_t pl_lock_tid = 0; variable
218 pl_lock_tid = pthread_self (); in pl_lock()
219 tids[ntids++] = pl_lock_tid; in pl_lock()
237 pl_lock_tid = tids[ntids-1]; in pl_unlock()
240 pl_lock_tid = 0; in pl_unlock()
H A Dstreamer.c181 extern pthread_t pl_lock_tid; in streamer_lock()
182 assert (pl_lock_tid != pthread_self()); // not permitted to lock streamer from inside of pl_lock in streamer_lock()