Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the thread functions a bit easier to use | Derrell Lipman | 2009-05-13 | 1 | -3/+9 |
* | Allow a parameter to smb_thread_once's initialization function | Derrell Lipman | 2009-05-13 | 1 | -6/+6 |
* | Optimize smb_thread_once usage by not calling it if known already called | Derrell Lipman | 2009-05-10 | 1 | -2/+6 |
* | Replace external thread "once" with an internal implementation | Derrell Lipman | 2009-05-10 | 1 | -1/+1 |
* | Fix the pthread_once initialization issue. Make talloc_stackframe use | Jeremy Allison | 2009-04-20 | 1 | -4/+7 |
* | Ensure a tls key is only generated once - wrap create & destroy in a mutex. | Jeremy Allison | 2009-04-14 | 1 | -4/+12 |
* | Make talloc_stack threadsafe using TLS. Volker please | Jeremy Allison | 2009-04-14 | 1 | -2/+3 |
* | Add the thread functions to top level lib/util. | Jeremy Allison | 2009-04-08 | 1 | -0/+52 |