summaryrefslogtreecommitdiff
path: root/lib/util/smb_threads.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove an unneeded includes.hVolker Lendecke2022-04-261-1/+5
* Make the thread functions a bit easier to useDerrell Lipman2009-05-131-3/+3
* Allow a parameter to smb_thread_once's initialization functionDerrell Lipman2009-05-131-6/+17
* Fix broken smb_thread_once function (again)Derrell Lipman2009-05-121-0/+3
* Fix broken smb_thread_once functionDerrell Lipman2009-05-121-19/+3
* Fix definition of smb_thread_once - must return int not void asJeremy Allison2009-05-111-1/+4
* Use bool instead of int for a boolean variableDerrell Lipman2009-05-101-1/+1
* Panic upon mutex lock or unlock failureDerrell Lipman2009-05-101-2/+2
* Replace external thread "once" with an internal implementationDerrell Lipman2009-05-101-1/+63
* Fix a missing prototype warningVolker Lendecke2009-04-281-0/+1
* 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