Home
last modified time | relevance | path

Searched defs:create_only (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/log/utility/
Dopen_mode.hpp32 struct create_only_tag {} const create_only = create_only_tag(); variable
/third_party/boost/boost/interprocess/
Dcreation_tags.hpp54 static const create_only_t create_only = create_only_t(); variable
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_condition_any.hpp64 …shm_named_condition_any(create_only_t create_only, const char *name, const permissions &perm = per… in shm_named_condition_any()