59
59
Gets the previous lock in the lock queue, returns NULL if there are no
60
60
more locks (i.e. the current lock is the first one). The iterator is
61
61
receded (if not-NULL is returned). */
64
64
lock_queue_iterator_get_prev(
65
65
/*=========================*/
66
66
/* out: previous lock or NULL */
67
67
lock_queue_iterator_t* iter) /* in/out: iterator */
73
73
prev_lock = lock_rec_get_prev(
74
74
iter->current_lock, iter->bit_no);