krb5_is_thread_safe
is the Kerberos library compiled with multithread support
- Provided by: heimdal-dev (Version: 7.7.0+dfsg-3ubuntu1)
- Source: heimdal
- Report a bug
is the Kerberos library compiled with multithread support
Kerberos 5 Library (libkrb5, -lkrb5)
#include
<krb5.h>
krb5_boolean
krb5_is_thread_safe(void);
krb5_is_thread_safe returns
TRUE if the library was compiled with with
multithread support. If the library isn't compiled, the consumer have to use
a global lock to make sure Kerboros functions are not called at the same
time by different threads.