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

/haiku/src/servers/registrar/
H A DMessagingService.cpp242 fCommandProcessor(-1),
257 if (fCommandProcessor >= 0) {
259 wait_for_thread(fCommandProcessor, &result);
286 fCommandProcessor = spawn_thread(MessagingService::_CommandProcessorEntry,
288 if (fCommandProcessor < 0)
289 return fCommandProcessor;
305 resume_thread(fCommandProcessor);
H A DMessagingService.h87 thread_id fCommandProcessor; member in class:MessagingService

Completed in 35 milliseconds