Home
last modified time | relevance | path

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

/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp40 fZipProcess(-1), in ZipperThread()
160 fZipProcess = _PipeCommand(argc, argv, fStdIn, fStdOut, fStdErr); in ThreadStartup()
164 if (fZipProcess < 0) in ThreadStartup()
165 return fZipProcess; in ThreadStartup()
167 resume_thread(fZipProcess); in ThreadStartup()
363 status_t status = get_thread_info(fZipProcess, &info); in SuspendExternalZip()
366 return suspend_thread(fZipProcess); in SuspendExternalZip()
376 status_t status = get_thread_info(fZipProcess, &info); in ResumeExternalZip()
379 return resume_thread(fZipProcess); in ResumeExternalZip()
389 status_t status = get_thread_info(fZipProcess, &info); in InterruptExternalZip()
[all …]
H A DZipperThread.h58 thread_id fZipProcess; variable