order_lock
struct order_lock* o = calloc(1, sizeof(struct order_lock));
struct order_lock* a = (struct order_lock*)rbtree_search(all,
static struct order_lock*
struct order_lock* o = calloc(1, sizeof(struct order_lock));
struct order_lock* prev, *now;
prev = (struct order_lock*)rbtree_search(all, &prev_id);
now = (struct order_lock*)rbtree_search(all, &now_id);
struct order_lock* next =
static void check_order_lock(struct order_lock* lock)
struct order_lock* lock;
RBTREE_FOR(lock, struct order_lock*, all_locks) {
struct order_lock* o = (struct order_lock*)node;
struct order_lock* lock;