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

/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp39 fExportThread(-1),
66 fExportThread = spawn_thread(_ExportThreadEntry, "export",
68 if (fExportThread < 0)
69 return (status_t)fExportThread;
71 resume_thread(fExportThread);
87 if (fExportThread >= 0 && find_thread(NULL) != fExportThread) {
89 wait_for_thread(fExportThread, &ret);
90 fExportThread = -1;
H A DExporter.h64 thread_id fExportThread; member in class:Exporter

Completed in 88 milliseconds