Unlock the stack debugging settings. @sa read_lock_stack */
| 424 | @sa read_lock_stack |
| 425 | */ |
| 426 | static void unlock_stack(CODE_STATE *cs) |
| 427 | { |
| 428 | if (cs->stack == &init_settings) |
| 429 | { |
| 430 | if (--(cs->m_read_lock_count) == 0) |
| 431 | rw_unlock(&THR_LOCK_init_settings); |
| 432 | } |
| 433 | } |
| 434 | |
| 435 | /* |
| 436 | * Translate some calls among different systems. |
no outgoing calls
no test coverage detected