1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
KRB5_IS_THREAD_SAFE(3) BSD Library Functions Manual KRB5_IS_THREAD_SAFE(3)
NNAAMMEE
kkrrbb55__iiss__tthhrreeaadd__ssaaffee -- is the Kerberos library compiled with multithread
support
LLIIBBRRAARRYY
Kerberos 5 Library (libkrb5, -lkrb5)
SSYYNNOOPPSSIISS
##iinncclluuddee <<kkrrbb55..hh>>
_k_r_b_5___b_o_o_l_e_a_n
kkrrbb55__iiss__tthhrreeaadd__ssaaffee(_v_o_i_d);
DDEESSCCRRIIPPTTIIOONN
kkrrbb55__iiss__tthhrreeaadd__ssaaffee 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.
SSEEEE AALLSSOO
krb5_create_checksum(3), krb5_encrypt(3)
HEIMDAL May 5, 2006 HEIMDAL
|