8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 04:03:03 +01:00
firebird-mirror/src/common
eku 9de51efd26 Dmitry Yemanov:
Right now locks.h is used by the memory manager only. In its internals you
can find that SS uses Spinlock class whilst CS uses SharedSpinlock (which is
just a dummy now). So I think everything except SharedSpinlock should be
#ifdef'ed with SUPERSERVER in locks.h. The only doubt I have is a SOLARIS
check there (is it related to SS or CS?).
2003-01-29 10:16:21 +00:00
..
classes Dmitry Yemanov: 2003-01-29 10:16:21 +00:00
config Integrate new memory manager into the engine 2003-01-16 17:47:10 +00:00
mp New C++ memory pool 2001-12-24 03:02:42 +00:00
fb_exception.cpp Added 2 new exceptions 2002-11-11 18:06:01 +00:00