Searched refs:get_current_process_id (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | robust_emulation.hpp | 100 create_and_get_robust_lock_file_path(fname, get_current_process_id()); in robust_mutex_lock_file() 165 (filename, robust_lock_prefix(), get_current_process_id(), pid_str)){ in operator ()() 239 atomic_write32(&this->owner, get_current_process_id()); in try_lock() 279 boost::uint32_t cur_owner = get_current_process_id(); in check_if_owner_dead_and_take_ownership_atomically() 341 atomic_read32(&this->owner) != (boost::uint32_t)get_current_process_id()){ in consistent()
|
D | os_thread_functions.hpp | 101 inline OS_process_id_t get_current_process_id() in get_current_process_id() function 102 { return winapi::get_current_process_id(); } in get_current_process_id() 283 inline OS_process_id_t get_current_process_id() 518 { get_pid_str(pid_str, get_current_process_id()); } in get_pid_str()
|
D | portable_intermodule_singleton.hpp | 127 … (get_lock_file_subdir_name(), get_lock_file_base_name(), get_current_process_id(), s, true); in create_and_get_singleton_lock_file_path() 159 (filename, get_lock_file_base_name(), get_current_process_id(), str, true)){ in apply_gmem_erase_logic()
|
D | intermodule_singleton_common.hpp | 48 stream << get_current_process_id() << '_'; in get_pid_creation_time_str()
|
D | win32_api.hpp | 651 inline unsigned long get_current_process_id() in get_current_process_id() function 1285 const unsigned long pid = get_current_process_id(); in unlink_file()
|
/third_party/boost/libs/interprocess/test/ |
D | get_process_id_name.hpp | 26 sstr << "process_" << boost::interprocess::ipcdetail::get_current_process_id() << std::ends; in get_process_id_name() 33 …sstr << "process_" << boost::interprocess::ipcdetail::get_current_process_id() << "_" << ptr << st… in get_process_id_ptr_name()
|
/third_party/boost/libs/intrusive/example/ |
D | doc_offset_ptr.cpp | 34 s << "process_" << boost::interprocess::ipcdetail::get_current_process_id(); in get_shared_memory_name()
|
/third_party/boost/tools/boostdep/depinst/ |
D | exceptions.txt | 361 boost/detail/winapi/get_current_process_id.hpp
|