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

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunixchild.cpp28 // Note that the map-of-children (mChildren) only holds children presumed to
35 // lock (mChildren). This means that children will not step on each other.
53 ModuleNexus<Child::Children> Child::mChildren; member in class:Security::UnixPlusPlus::Child
98 StLock<Mutex> _(mChildren());
99 mChildren().shared = s;
104 StLock<Mutex> _(mChildren());
105 return mChildren().shared;
117 StLock<Mutex> _(mChildren());
142 StLock<Mutex> _(mChildren());
160 // Requires caller to hold mChildren() loc
[all...]
H A Dunixchild.h129 static ModuleNexus<Children> mChildren; member in class:Security::UnixPlusPlus::Child
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunixchild.cpp28 // Note that the map-of-children (mChildren) only holds children presumed to
35 // lock (mChildren). This means that children will not step on each other.
53 ModuleNexus<Child::Children> Child::mChildren; member in class:Security::UnixPlusPlus::Child
98 StLock<Mutex> _(mChildren());
99 mChildren().shared = s;
104 StLock<Mutex> _(mChildren());
105 return mChildren().shared;
117 StLock<Mutex> _(mChildren());
142 StLock<Mutex> _(mChildren());
160 // Requires caller to hold mChildren() loc
[all...]
H A Dunixchild.h129 static ModuleNexus<Children> mChildren; member in class:Security::UnixPlusPlus::Child

Completed in 185 milliseconds