History log of /vbox/src/libs/xpcom18a4/ipc/ipcd/client/Makefile.kup
Revision Date Author Comments Expand
2e1ea25e9aa2c65566d307f3e24c8b18d1c876e6 46494 11-Jun-2013 vboxsync

ipcdclient.cpp: Use a shared critical section instead of the slowlish PRMonitor thingy. The origianl code mentions that a monitor is a bit overkill and PRLock would've sufficed if it only was recursive. I've tried taking this a bit further by using a shared lock so that GetTarget() and IPC_OnMessageAvailable() doesn't need to do exclusive access.