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

/haiku-fatelf/src/apps/codycam/
H A DVideoConsumer.h120 thread_id fFtpThread; member in class:VideoConsumer
H A DVideoConsumer.cpp115 kill_thread(fFtpThread);
561 fFtpThread = spawn_thread(FtpRun, "Video Window Ftp", B_NORMAL_PRIORITY, this);
562 resume_thread(fFtpThread);

Completed in 43 milliseconds