uath_cmd_lock
uath_cmd_lock_init(struct uath_cmd_lock *lock)
uath_cmd_lock_destroy(struct uath_cmd_lock *lock)
uath_cmd_lock_wait(struct uath_cmd_lock *lock, clock_t timeout)
uath_cmd_lock_signal(struct uath_cmd_lock *lock)
static void uath_cmd_lock_init(struct uath_cmd_lock *);
static void uath_cmd_lock_destroy(struct uath_cmd_lock *);
static int uath_cmd_lock_wait(struct uath_cmd_lock *, clock_t);
static void uath_cmd_lock_signal(struct uath_cmd_lock *);
struct uath_cmd_lock rlock;
struct uath_cmd_lock wlock;