Home
last modified time | relevance | path

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

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dbeaudio.cxx572 sem_id mSemInUse; // used to guard data integrity member in CircularBuffer
655 Guard _(mSemInUse); // guard data integrity in Reset()
671 mSemInUse=create_sem(1, "mSemInUse"); in CircularBuffer()
685 while (acquire_sem_etc(mSemInUse,1,B_RELATIVE_TIMEOUT,0)==B_WOULD_BLOCK) in ~CircularBuffer()
690 delete_sem(mSemInUse); in ~CircularBuffer()
716 Guard _(mSemInUse); in WaitForState()
749 Guard _(mSemInUse); // guard data integrity in Fill()
783 Guard _(mSemInUse); in Fill()
828 Guard _(mSemInUse); // guard data integrity in Drain()
862 Guard _(mSemInUse); in Drain()
[all …]