summaryrefslogtreecommitdiff
path: root/lib/util/smb_threads.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Make the thread functions a bit easier to useDerrell Lipman1-2/+0
2009-05-13Allow a parameter to smb_thread_once's initialization functionDerrell Lipman1-1/+3
2009-05-11Fix definition of smb_thread_once - must return int not void asJeremy Allison1-1/+1
2009-05-10Don't require external use of internal enum smb_thread_lock_typeDerrell Lipman1-3/+4
2009-05-10Replace external thread "once" with an internal implementationDerrell Lipman1-20/+2
2009-04-28Fix a missing prototype warningVolker Lendecke1-0/+2
2009-04-20Ensure we have all the definitions needed in both threaded and non-threaded v...Jeremy Allison1-9/+4
2009-04-20Attempt to fix build farm on platforms where pthread_once_t is a struct.Jeremy Allison1-1/+4
2009-04-20Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison1-25/+36
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-1/+1
2009-04-14Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison1-32/+52
2009-04-08Add the thread functions to top level lib/util.Jeremy Allison1-0/+120