reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1523 lck->lk.location = NULL; 1524 lck->lk.head_id = 0; 1525 lck->lk.tail_id = 0; 1526 lck->lk.next_ticket = 0; 1527 lck->lk.now_serving = 0; 1528 lck->lk.owner_id = 0; // no thread owns the lock. 1529 lck->lk.depth_locked = -1; // >= 0 for nestable locks, -1 for simple locks. 1530 lck->lk.initialized = lck; 1530 lck->lk.initialized = lck;