summaryrefslogtreecommitdiffstats
path: root/src/util/support/threads.c
Commit message (Expand)AuthorAgeFilesLines
* hooks for recording statistics on locking behaviorKen Raeburn2004-12-061-0/+109
* Make static linking not require -lsocket, -lnsl, etc.Ken Raeburn2004-11-151-2/+1
* * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result typeKen Raeburn2004-08-081-1/+1
* * threads.c (krb5int_thread_support_init): Do finish initialization after key...Ken Raeburn2004-07-311-2/+5
* Add a mutex to protect the per-process fake-getaddrinfo data cache.Ken Raeburn2004-07-231-7/+22
* Make thread-specific data support build under Windows (but don't enable it yet)Ken Raeburn2004-07-071-2/+5
* typo in last changeKen Raeburn2004-06-241-1/+0
* * threads.c: Reorganize code: One definition of each function, withKen Raeburn2004-06-241-181/+170
* * threads.c (key_lock): Change to a k5_mutex_t.Ken Raeburn2004-06-211-21/+58
* * Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows.Ken Raeburn2004-06-181-1/+102
* * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummyKen Raeburn2004-05-061-0/+5
* * threads.c (k5_key_register, destructors, k5_setspecific) [!ENABLE_THREADS]:Ken Raeburn2004-05-051-3/+4
* * New directory.Ken Raeburn2004-05-041-0/+237