Functions | |
apr_status_t | apr_os_thread_get (apr_os_thread_t **thethd, apr_thread_t *thd) |
apr_status_t | apr_os_threadkey_get (apr_os_threadkey_t *thekey, apr_threadkey_t *key) |
apr_status_t | apr_os_thread_put (apr_thread_t **thd, apr_os_thread_t *thethd, apr_pool_t *cont) |
apr_status_t | apr_os_threadkey_put (apr_threadkey_t **key, apr_os_threadkey_t *thekey, apr_pool_t *cont) |
apr_os_thread_t | apr_os_thread_current (void) |
int | apr_os_thread_equal (apr_os_thread_t tid1, apr_os_thread_t tid2) |
|
Get the thread ID |
|
Compare two thread id's
|
|
convert the thread to os specific type from apr type.
|
|
convert the thread from os specific type to apr type.
|
|
convert the thread private memory key to os specific type from an apr type.
|
|
convert the thread private memory key from os specific type to apr type.
|