diff options
author | alfred <alfred@FreeBSD.org> | 2002-08-13 08:00:36 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-08-13 08:00:36 +0000 |
commit | 24b9035a3a69e720947e5805a005aba65672158d (patch) | |
tree | d90fa95ff7c32ccc4800d2e654c719601d30099b /lib/libc/stdio/snprintf.c | |
parent | a996673e123dab0805b05084774227cae72d75e5 (diff) | |
download | FreeBSD-src-24b9035a3a69e720947e5805a005aba65672158d.zip FreeBSD-src-24b9035a3a69e720947e5805a005aba65672158d.tar.gz |
Make SYSVMSG mpsafe. Right now there is a global lock over the
entire subsystem, we could move to per-message queue locks, however
the messages themselves seem to come from a global pool and to avoid
over-locking this code (locking individual queues, then the global
pool) I've opted to just do it this way.
Requested by: rwatson
Tested by: NetBSD's regression suite.
Diffstat (limited to 'lib/libc/stdio/snprintf.c')
0 files changed, 0 insertions, 0 deletions