File: krb5_is_thread_safe.cat3

package info (click to toggle)
heimdal 7.1.0%2Bdfsg-13%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 41,436 kB
  • sloc: ansic: 354,938; sh: 12,104; makefile: 4,353; yacc: 1,774; perl: 1,572; python: 748; lex: 732; java: 119; awk: 41
file content (25 lines) | stat: -rw-r--r-- 981 bytes parent folder | download
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