Home

Traffic Server Software Developers Kit

INKThreadDestroy

Destroys a thread.

Prototype

INKReturnCode INKThreadDestroy (INKThread thread)

Description

Destroys a thread and frees all memory & associated data structures. This should only be called on threads that have been initialized using INKThreadInit.

Returns

INK_SUCCESS if successful.

INK_ERROR if an error occurs.