LibHTTP API Reference

December 19, 2016 ยท View on GitHub

httplib_pthread_self();

Parameters

none

Return Value

TypeDescription
pthread_tAn identifier specific for the current thread

Description

The function httplib_pthread_self() is a platform indepent function which returns an identifier which identifies the current thread. On systems which support it this is done with a call to the pthread_self() function. On other systems an OS specific function is used with equivalent functionality.

See Also