lockCount        1374 src/gauche.h       int lockCount;              /* for port mutex; # of recursive locks */
lockCount          90 src/gauche/port.h           p->lockCount = 0;       /* for safety */              \
lockCount          93 src/gauche/port.h           p->lockCount++;                                       \
lockCount         102 src/gauche/port.h         if (--p->lockCount <= 0) {                      \
lockCount         133 src/gauche/port.h      p->lockCount = 1;                          \
lockCount         139 src/port.c         port->lockCount = 0;