Home

Traffic Server Software Developers Kit

INKMutexUnlock

Unlocks an INKMutex.

Prototype

INKReturnCode INKMutexUnlock (INKMutex mutexp)

Description

Unlocks the INKMutex mutexp. If mutexp was recursively locked, then INKMutexUnlock does not actually unlock the mutex - it simply decrements the recursion count.

Returns

INK_SUCCESS if the mutex is successfully unlocked.

INK_ERROR if an error occurs.