Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/msg_queue/
Dmsg_queue.cc72 int queue_id = msgget(key, 0); in Create() local
73 if (queue_id < 0) { in Create()
74 queue_id = msgget(key, IPC_CREAT | IPC_EXCL | 0600); in Create()
77 new SysVMessageQueue(queue_id, auto_close)); in Create()