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