Searched refs:tid_lock (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c83 struct mtx tid_lock; variable in typeref:struct:mtx
101 mtx_lock(&tid_lock);
103 mtx_unlock(&tid_lock);
108 mtx_unlock(&tid_lock);
117 mtx_lock(&tid_lock);
124 mtx_unlock(&tid_lock);
273 mtx_init(&tid_lock, "TID lock", NULL, MTX_DEF);
279 tid_unrhdr = new_unrhdr(PID_MAX + 2, INT_MAX, &tid_lock);
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dsa_query.c122 static spinlock_t tid_lock; variable
735 spin_lock_irqsave(&tid_lock, flags);
738 spin_unlock_irqrestore(&tid_lock, flags);
1451 spin_lock_init(&tid_lock);

Completed in 87 milliseconds