Searched refs:MachRunLoopServer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmachrunloopserver.cpp41 MachRunLoopServer::MachRunLoopServer(const char *name) function in class:Security::MachPlusPlus::MachRunLoopServer
46 MachRunLoopServer::MachRunLoopServer(const char *name, const Bootstrap &boot) function in class:Security::MachPlusPlus::MachRunLoopServer
51 void MachRunLoopServer::run(mach_msg_size_t bufferSize, mach_msg_options_t options)
64 MachRunLoopServer::~MachRunLoopServer()
76 void MachRunLoopServer::notifyIfDead(Port port, bool doNotify) const
82 void MachRunLoopServer::cfInvalidate(CFMachPortRef cfPort, void *context)
84 reinterpret_cast<MachRunLoopServer *>(contex
[all...]
H A Dmachrunloopserver.h50 class MachRunLoopServer : public MachServer, private CFAutoPort { class in namespace:Security::MachPlusPlus
52 MachRunLoopServer(); // anonymous
53 MachRunLoopServer(const char *name); // register by name
54 MachRunLoopServer(const char *name, const Bootstrap &boot); // register in bootstrap
55 virtual ~MachRunLoopServer();
59 static MachRunLoopServer &active()
60 { return safer_cast<MachRunLoopServer &>(MachServer::active()); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmachrunloopserver.cpp41 MachRunLoopServer::MachRunLoopServer(const char *name) function in class:Security::MachPlusPlus::MachRunLoopServer
46 MachRunLoopServer::MachRunLoopServer(const char *name, const Bootstrap &boot) function in class:Security::MachPlusPlus::MachRunLoopServer
51 void MachRunLoopServer::run(mach_msg_size_t bufferSize, mach_msg_options_t options)
64 MachRunLoopServer::~MachRunLoopServer()
76 void MachRunLoopServer::notifyIfDead(Port port, bool doNotify) const
82 void MachRunLoopServer::cfInvalidate(CFMachPortRef cfPort, void *context)
84 reinterpret_cast<MachRunLoopServer *>(contex
[all...]
H A Dmachrunloopserver.h50 class MachRunLoopServer : public MachServer, private CFAutoPort { class in namespace:Security::MachPlusPlus
52 MachRunLoopServer(); // anonymous
53 MachRunLoopServer(const char *name); // register by name
54 MachRunLoopServer(const char *name, const Bootstrap &boot); // register in bootstrap
55 virtual ~MachRunLoopServer();
59 static MachRunLoopServer &active()
60 { return safer_cast<MachRunLoopServer &>(MachServer::active()); }

Completed in 71 milliseconds