1KRB5_IS_THREAD_SAFE(3)   BSD Library Functions Manual   KRB5_IS_THREAD_SAFE(3)
2

NAME

4     krb5_is_thread_safe — is the Kerberos library compiled with multithread
5     support
6

LIBRARY

8     Kerberos 5 Library (libkrb5, -lkrb5)
9

SYNOPSIS

11     #include <krb5.h>
12
13     krb5_boolean
14     krb5_is_thread_safe(void);
15

DESCRIPTION

17     krb5_is_thread_safe returns TRUE if the library was compiled with with
18     multithread support.  If the library isn't compiled, the consumer have to
19     use a global lock to make sure Kerboros functions are not called at the
20     same time by different threads.
21

SEE ALSO

23     krb5_create_checksum(3), krb5_encrypt(3)
24
25HEIMDAL                           May 5, 2006                          HEIMDAL
Impressum