| 3687 | } |
| 3688 | |
| 3689 | TSMutex |
| 3690 | TSContMutexGet(TSCont contp) |
| 3691 | { |
| 3692 | sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS); |
| 3693 | |
| 3694 | Continuation *c = reinterpret_cast<Continuation *>(contp); |
| 3695 | return reinterpret_cast<TSMutex>(c->mutex.get()); |
| 3696 | } |
| 3697 | |
| 3698 | /* HTTP hooks */ |
| 3699 |