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

/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp345 static mutex sIpcLock; variable
478 mutex_init(&sIpcLock, "global POSIX message queue IPC table");
490 MutexLocker ipcHashLocker(sIpcLock);
H A Dxsi_semaphore.cpp586 static mutex sIpcLock; variable
626 mutex_init(&sIpcLock, "global POSIX semaphore IPC table");
687 MutexLocker ipcLocker(sIpcLock);
797 MutexLocker ipcHashLocker(sIpcLock);

Completed in 22 milliseconds