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