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

/haiku/src/system/kernel/messaging/
H A DMessagingService.h37 void *AllocateCommand(uint32 commandWhat, int32 dataSize, bool &wasEmpty);
H A DMessagingService.cpp143 MessagingArea::AllocateCommand(uint32 commandWhat, int32 dataSize, function in class:MessagingArea
453 data = area->AllocateCommand(commandWhat, size, wasEmpty);
479 data = area->AllocateCommand(commandWhat, size, wasEmpty);

Completed in 38 milliseconds