![]() |
ATLAS Offline Software
|
#include "AthenaInterprocess/ProcessGroup.h"#include "AthenaInterprocess/SharedQueue.h"#include "AthenaInterprocess/Utilities.h"#include <boost/interprocess/ipc/message_queue.hpp>#include <sys/wait.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <sstream>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | AthenaInterprocess |
Functions | |
| static AthenaInterprocess::SharedQueue | create_queue (std::string_view owner, int count) |
| pid_t ProcessGroup::launchProcess | AthenaInterprocess::ATLAS_NOT_THREAD_SAFE () |
| int ProcessGroup::map_async | AthenaInterprocess::ATLAS_NOT_THREAD_SAFE (const IMessageDecoder *func, const ScheduledWork *args, pid_t pid) |
| int ProcessGroup::wait | AthenaInterprocess::ATLAS_NOT_THREAD_SAFE (int options) |
|
inlinestatic |
Definition at line 23 of file ProcessGroup.cxx.