summaryrefslogtreecommitdiff
path: root/lib/util/smb_threads.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-28Fix a missing prototype warningVolker Lendecke1-0/+1
2009-04-20Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison1-4/+21
this. Jeremy.
2009-04-14Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison1-3/+6
Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy.
2009-04-14Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison1-3/+16
check. Passes make test and basic valgrind testing. Jeremy.
2009-04-08Add the thread functions to top level lib/util.Jeremy Allison1-0/+105
Not yet used, that's the next step. Jeremy.