Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/oss/
H A Doss.c44 static intptr_t oss_tid; variable
148 oss_tid = deadbeef->thread_start (oss_thread, NULL); in oss_init()
156 if (oss_tid) { in oss_free()
158 deadbeef->thread_join (oss_tid); in oss_free()
160 oss_tid = 0; in oss_free()
177 if (!oss_tid) { in oss_play()