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

/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp23 fCommandPid(-1),
32 kill(fCommandPid, SIGTERM);
33 kill(fCommandPid, SIGKILL);
36 wait_for_thread(fCommandPid, &ret);
75 fCommandPid = load_image(3, args, (const char**)environ);
76 if (fCommandPid < 0)
78 resume_thread(fCommandPid);
H A DSpawningUploadClient.h59 pid_t fCommandPid; member in class:SpawningUploadClient

Completed in 77 milliseconds