index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
smb_threads.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-13
Make the thread functions a bit easier to use
Derrell Lipman
1
-3
/
+3
2009-05-13
Allow a parameter to smb_thread_once's initialization function
Derrell Lipman
1
-6
/
+17
2009-05-12
Fix broken smb_thread_once function (again)
Derrell Lipman
1
-0
/
+3
2009-05-12
Fix broken smb_thread_once function
Derrell Lipman
1
-19
/
+3
2009-05-11
Fix definition of smb_thread_once - must return int not void as
Jeremy Allison
1
-1
/
+4
2009-05-10
Use bool instead of int for a boolean variable
Derrell Lipman
1
-1
/
+1
2009-05-10
Panic upon mutex lock or unlock failure
Derrell Lipman
1
-2
/
+2
2009-05-10
Replace external thread "once" with an internal implementation
Derrell Lipman
1
-1
/
+63
2009-04-28
Fix a missing prototype warning
Volker Lendecke
1
-0
/
+1
2009-04-20
Fix the pthread_once initialization issue. Make talloc_stackframe use
Jeremy Allison
1
-4
/
+21
2009-04-14
Ensure a tls key is only generated once - wrap create & destroy in a mutex.
Jeremy Allison
1
-3
/
+6
2009-04-14
Make talloc_stack threadsafe using TLS. Volker please
Jeremy Allison
1
-3
/
+16
2009-04-08
Add the thread functions to top level lib/util.
Jeremy Allison
1
-0
/
+105