Searched refs:ConversationLockTab (Results 1 – 2 of 2) sorted by relevance
24 type ConversationLockTab struct { struct35 func NewConversationLockTab(g *globals.Context) *ConversationLockTab {36 return &ConversationLockTab{45 func (c *ConversationLockTab) SetMaxAcquireRetries(n int) { argument51 func (c *ConversationLockTab) SetBlockCb(ch *chan struct{}) { argument57 func (c *ConversationLockTab) NumLocks() int { argument63 func (c *ConversationLockTab) key(uid gregor1.UID, convID chat1.ConversationID) string { argument68 func (c *ConversationLockTab) deadlockDetect(ctx context.Context, trace string, waiters map[string]… argument86 func (c *ConversationLockTab) doAcquire(ctx context.Context, uid gregor1.UID, convID chat1.Conversa… argument141 func (c *ConversationLockTab) Acquire(ctx context.Context, uid gregor1.UID, convID chat1.Conversati… argument[all …]
431 lockTab *utils.ConversationLockTab