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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibstagefright.cpp75 volatile sig_atomic_t thread_started, thread_exited, stop_decode; member in struct:StagefrightContext
115 if (s->thread_exited)
251 s->thread_exited = true;
415 if (s->thread_exited) {
475 if (!s->thread_exited) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dusbatm.h185 struct completion thread_exited; member in struct:usbatm_data
H A Dusbatm.c1024 complete_and_exit(&instance->thread_exited, ret);
1126 init_completion(&instance->thread_exited);
1239 complete(&instance->thread_exited); /* pretend that heavy_init was run */
1291 wait_for_completion(&instance->thread_exited);

Completed in 73 milliseconds