Marin Ramesa, le Sat 07 Sep 2013 08:00:47 +0200, a écrit : > * ipc/ipc_port.c (ipc_port_set_seqno) [MACH_SLOCKS]: Conditional locking.
What is the rationale? Does it really bring an noticeable improvement? The locking is already conditional inside ipc_port_lock_mqueue, from the simple_*lock* macros themselves. That is way more readable than having ifdefs inside the main source code. Samuel