Home
last modified time | relevance | path

Searched refs:shmid_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_xsi_shared_memory.cpp50 int shmid_; in main() member
51 shm_remove(int shmid) : shmid_(shmid){} in main()
52 ~shm_remove(){ xsi_shared_memory::remove(shmid_); } in main()