index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pthreadpool
/
pthreadpool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
pthreadpool: Remove wrong comment.
Christof Schmitt
1
-4
/
+0
2019-01-11
Revert "pthreadpool: call unshare(CLONE_FS) if available"
Ralph Boehme
1
-34
/
+0
2019-01-11
Revert "pthreadpool: add pthreadpool_restart_check[_monitor_{fd,drain}]()"
Ralph Boehme
1
-281
/
+0
2018-07-25
pthreadpool: add a missing include
Ralph Boehme
1
-0
/
+1
2018-07-24
pthreadpool: add pthreadpool_restart_check[_monitor_{fd,drain}]()
Stefan Metzmacher
1
-0
/
+281
2018-07-24
pthreadpool: call unshare(CLONE_FS) if available
Ralph Boehme
1
-0
/
+34
2018-07-24
pthreadpool: make sure a pthreadpool is marked as stopped in child processes
Stefan Metzmacher
1
-0
/
+1
2018-07-12
pthreadpool: split out a pthreadpool_stop() from pthreadpool_destroy()
Stefan Metzmacher
1
-26
/
+90
2018-07-12
pthreadpool: don't process further jobs when shutting down
Stefan Metzmacher
1
-3
/
+6
2018-07-12
pthreadpool: add pthreadpool_cancel_job()
Stefan Metzmacher
1
-0
/
+46
2018-07-12
pthreadpool: add pthreadpool_max_threads() and pthreadpool_queued_jobs() helpers
Stefan Metzmacher
1
-0
/
+23
2018-07-12
pthreadpool: fix helgrind error in pthreadpool_free()
Stefan Metzmacher
1
-0
/
+5
2018-07-12
pthreadpool: use strict sync processing only with max_threads=0
Stefan Metzmacher
1
-5
/
+15
2018-07-12
pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthread...
Stefan Metzmacher
1
-13
/
+13
2018-07-12
pthreadpool: use unsigned for num_idle, num_threads and max_threads
Stefan Metzmacher
1
-4
/
+4
2017-12-13
pthreadpool: Add some asserts
Volker Lendecke
1
-3
/
+7
2017-12-12
pthreadpool: Simplify the logic in add_job a bit
Volker Lendecke
1
-15
/
+21
2017-12-09
pthreadpool: Fix starvation after fork
Volker Lendecke
1
-18
/
+75
2017-12-08
pthreadpool: Undo put_job when returning error
Christof Schmitt
1
-2
/
+26
2017-12-08
pthreadpool: Move creating of thread to new function
Christof Schmitt
1
-34
/
+45
2017-08-31
pthreadpool: Fix fork behaviour
Volker Lendecke
1
-2
/
+65
2017-03-10
lib/pthreadpool: fix a memory leak
Ralph Boehme
1
-1
/
+1
2017-02-09
Move pthreadpool to top of the tree.
Matthieu Patou
1
-0
/
+549