Home
last modified time | relevance | path

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

/haiku/src/servers/registrar/
H A DMessagingService.h74 static int32 _CommandProcessorEntry(void *data);
H A DMessagingService.cpp286 fCommandProcessor = spawn_thread(MessagingService::_CommandProcessorEntry, in Init()
385 MessagingService::_CommandProcessorEntry(void *data) in _CommandProcessorEntry() function in MessagingService