summaryrefslogtreecommitdiffstats
path: root/lib/util/smb_threads.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison2009-04-201-4/+21
* Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison2009-04-141-3/+6
* Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison2009-04-141-3/+16
* Add the thread functions to top level lib/util.Jeremy Allison2009-04-081-0/+105