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