logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

krb5_is_thread_safe — is the Kerberos library compiled with multithread support

Description

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.

Library

       Kerberos 5 Library (libkrb5, -lkrb5)

Name

       krb5_is_thread_safe — is the Kerberos library compiled with multithread support

See Also

krb5_create_checksum(3), krb5_encrypt(3)

HEIMDAL                                            May 5, 2006                            KRB5_IS_THREAD_SAFE(3)

Synopsis

#include<krb5.h>krb5_booleankrb5_is_thread_safe(void);

See Also