* GetLockMethodLocalHash -- return the hash of local locks, for modules that * evaluate assertions based on all locks held. */
| 654 | * evaluate assertions based on all locks held. |
| 655 | */ |
| 656 | HTAB * |
| 657 | GetLockMethodLocalHash(void) |
| 658 | { |
| 659 | return LockMethodLocalHash; |
| 660 | } |
| 661 | #endif |
| 662 | |
| 663 | /* |
no outgoing calls
no test coverage detected