Searched refs:ipcKey (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp571 Ipc *ipcKey = NULL; local
573 ipcKey = sIpcHashTable.Lookup(key);
574 sIpcHashTable.Remove(ipcKey);
580 delete ipcKey;
601 Ipc *ipcKey = NULL; local
610 ipcKey = sIpcHashTable.Lookup(key);
611 if (ipcKey == NULL || ipcKey->MessageQueueID() == -1) {
617 if (ipcKey == NULL) {
618 ipcKey
[all...]
H A Dxsi_semaphore.cpp682 Ipc *ipcKey = NULL; local
692 ipcKey = sIpcHashTable.Lookup(key);
693 if (ipcKey != NULL) {
699 int semaphoreSetID = ipcKey->SemaphoreSetID();
731 ipcKey = new(std::nothrow) Ipc(key);
732 if (ipcKey == NULL) {
743 delete ipcKey;
750 delete ipcKey;
759 delete ipcKey;
771 sIpcHashTable.Insert(ipcKey);
986 Ipc *ipcKey = NULL; local
[all...]

Completed in 91 milliseconds