summaryrefslogtreecommitdiffstats
path: root/src/util/support/threads.c
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-141-54/+42
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+3
* Mark and reindent util/supportTom Yu2009-11-301-109/+110
* make mark-cstyleTom Yu2009-10-311-7/+7
* r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400Ken Raeburn2008-08-271-132/+0
* Always define krb5int_pthread_loaded, for consistencyKen Raeburn2008-08-121-0/+4
* If CONFIG_SMALL is defined, always use function calls for k5_mutex_lockKen Raeburn2008-08-061-0/+1
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-4/+4
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-2/+4
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-181-0/+1
* windows thread support frees thread local storage after TlsSetValueJeffrey Altman2006-09-211-2/+2
* Don't look for pthread_mutexattr_setrobust_npKen Raeburn2006-05-161-5/+0
* * threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADSKen Raeburn2006-05-091-0/+5
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-261-0/+4
* copyright updateKen Raeburn2006-01-261-1/+1
* * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock,Ken Raeburn2006-01-251-1/+40
* Add stub for krb5int_pthread_loaded() for WindowsJeffrey Altman2005-07-281-0/+5
* Add run-time determination of whether thread support is available in theKen Raeburn2005-06-011-1/+56
* threads.c (thread_termination): Free array of pointers to thread-specific dat...Alexandra Ellwood2005-03-201-24/+30
* There is a memory leak here, if a thread has registered some per-thread dataKen Raeburn2005-02-091-2/+23
* * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort,Ken Raeburn2005-01-181-2/+2
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-171-0/+3
* fix calling convention for thread support fnsKen Raeburn2005-01-141-6/+9
* * threads.c (krb5int_mutex_lock_update_stats,Ken Raeburn2005-01-051-0/+17
* 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