lock_deadlock.c File Reference
#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "db_shash.h"
#include "lock.h"
#include "txn.h"
Go to the source code of this file.
Classes
Defines
#define
CLR_MAP(M, B) ((M)[(B) / 32] &= ~(1 << ((B) % 32)))
#define
ISSET_MAP(M, N) ((M)[(N) / 32] & (1 << (N) % 32))
#define
SET_MAP(M, B) ((M)[(B) / 32] |= (1 << ((B) % 32)))
Functions
Variables
static const char
revid [] = "$Id: lock__deadlock_8c.html,v 1.1 2008年06月08日 10:19:57 sebdiaz Exp $"