index
:
~jonny/glib
master
v6only
le glib
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gthreadpool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-26
Move glib library into a subdirectory, make all GLib include files include
Owen Taylor
1
-678
/
+0
2001-06-07
Look for nanosleep function.
Sebastian Wilhelmi
1
-11
/
+3
2001-05-18
Renamed g_thread_create to g_thread_create_full and added macro
Sebastian Wilhelmi
1
-82
/
+21
2001-05-09
Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make it
Sebastian Wilhelmi
1
-22
/
+22
2001-05-08
Moved func and arg members from GRealThread to GThread, such that they can
Sebastian Wilhelmi
1
-7
/
+9
2001-04-17
Until now every thread pool always had at least one tread waiting to avoid
Sebastian Wilhelmi
1
-15
/
+53
2001-04-03
Added documentation.
Sebastian Wilhelmi
1
-31
/
+213
2001-02-26
Make max_unused_threads work for -1 as well.
Sebastian Wilhelmi
1
-1
/
+1
2000-11-21
Add a surrogate for thread priorities using PID niceness for systems with
Sebastian Wilhelmi
1
-1
/
+0
2000-11-09
Don't take threads with other priorities into account as changing the
Sebastian Wilhelmi
1
-26
/
+3
2000-09-29
Several minor ANSI C fixes.
Martin Baulig
1
-1
/
+1
2000-09-01
Include gerror.h before it is used for some g_thread_* functions.
Sebastian Wilhelmi
1
-16
/
+45
2000-07-26
applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
Tim Janik
1
-3
/
+3
2000-04-28
New File implementing an asynchronous queue to be used for asynchronous
Sebastian Wilhelmi
1
-0
/
+520