summaryrefslogtreecommitdiffstats
path: root/lib/util/smb_threads_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Make the thread functions a bit easier to useDerrell Lipman2009-05-131-3/+9
* Allow a parameter to smb_thread_once's initialization functionDerrell Lipman2009-05-131-6/+6
* Optimize smb_thread_once usage by not calling it if known already calledDerrell Lipman2009-05-101-2/+6
* Replace external thread "once" with an internal implementationDerrell Lipman2009-05-101-1/+1
* Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison2009-04-201-4/+7
* Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison2009-04-141-4/+12
* Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison2009-04-141-2/+3
* Add the thread functions to top level lib/util.Jeremy Allison2009-04-081-0/+52