Searched refs:decode_thread_ (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c134 static pthread_t decode_thread_; variable
343 pthread_create(&decode_thread_, NULL, play_loop_, NULL);
352 pthread_join(decode_thread_, NULL);

Completed in 93 milliseconds