Home

Traffic Server Software Developers Kit

INKThreadInit

Initializes a thread.

Prototype

INKThread INKThreadInit (void)

Description

Initializes a thread for use by Traffic Server. This function should only be used if you create your own thread using something other than the INKThreadCreate function. It should not be called more than once for any given thread.

Returns

A valid pointer to an INKThread object if successful.

A NULL pointer if there is an error.