Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-20 | Fix the pthread_once initialization issue. Make talloc_stackframe use | Jeremy Allison | 1 | -4/+7 | |
this. Jeremy. | |||||
2009-04-14 | Ensure a tls key is only generated once - wrap create & destroy in a mutex. | Jeremy Allison | 1 | -4/+12 | |
Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy. | |||||
2009-04-14 | Make talloc_stack threadsafe using TLS. Volker please | Jeremy Allison | 1 | -2/+3 | |
check. Passes make test and basic valgrind testing. Jeremy. | |||||
2009-04-08 | Add the thread functions to top level lib/util. | Jeremy Allison | 1 | -0/+52 | |
Not yet used, that's the next step. Jeremy. |