projects
/
platform
/
upstream
/
glib.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Set up test environment properly
[platform/upstream/glib.git]
/
glib
/
gthreadprivate.h
2013-01-18
Colin Walters
Remove most use of G_GNUC_INTERNAL
blob
|
commitdiff
2012-01-13
Alexander Larsson
Merge remote-tracking branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2011-11-15
Matthias Clasen
GThread: handle thread names safely
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
Revert "make struct _GThread private"
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
make struct _GThread private
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
tidy up gthreadprivate.h
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
thread: nuke the concept of 'joinable'
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
thread: simplify 'free' process
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
remove 'joinable' parameter to backends
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
Only g_system_thread_free() our own threads
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
Finish killing off GSystemThread
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
Combine g_sytem_thread_{new,create}()
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
g_system_thread_create: drop 'data' arg
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
g_system_thread_create: SystemThread -> RealThread
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
g_system_thread_join: rename to _wait()
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
g_system_thread_join: take GRealThread *
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
thread: delegate allocation of GThread to backends
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
thread: stop sharing g_once_mutex
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
thread: drop thread setup function hackery
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: Delete g_system_thread_self()
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
missed from last commit
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: remove GSystemThread assign/equal
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: remove dead decl from gthreadprivate.h
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: Remove the zero_thread
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: use GSList for g_thread_foreach list
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: call g_enumerable_thread_add via callback
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
thread: use GPrivate for enumerable threads
blob
|
commitdiff
|
diff to current
2011-10-12
Ryan Lortie
GStaticPrivate: implement via GPrivate
blob
|
commitdiff
|
diff to current
2011-10-07
John Ralls
Bug 661129: Duplicate symbols zero_thread and g_once_mu...
blob
|
commitdiff
|
diff to current
2011-10-04
Ryan Lortie
Deprecate g_thread_init()
blob
|
commitdiff
|
diff to current
2011-10-03
Matthias Clasen
Deprecate GStaticPrivate and g_thread_foreach
blob
|
commitdiff
|
diff to current
2011-10-03
Matthias Clasen
Don't put threads created with g_thread_new() on the...
blob
|
commitdiff
|
diff to current
2011-10-03
Matthias Clasen
Make thread names useful in a debugger
blob
|
commitdiff
|
diff to current
2011-10-03
Ryan Lortie
Stop dithering over GPrivate
blob
|
commitdiff
|
diff to current
2011-09-25
Matthias Clasen
Move deprecated GThread functions to a separate file
blob
|
commitdiff
|
diff to current
2011-09-25
Chun-wei Fan
Fix warning/error C4013 (implicit declarations)
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
gthread: remove impl init functions
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
g_system_thread_create: drop unused args
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
GSystemThread: port 'self' 'join' and 'create'
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Don't use the thread_exit vfunc
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Don't use the thread_equal vfunc anymore
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
gmem: move to glib-ctor
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
gslice: move initialisation to glib-ctor
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Continue GPrivate rework
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Rework GPrivate
blob
|
commitdiff
|
diff to current
2011-09-12
Ryan Lortie
Merge remote-tracking branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
Clean up l10n threading stuff
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
Drop long-removed atomic thread init from header
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
GMainLoop: remove single-threaded case
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
GRand: remove setup from g_thread_init_glib
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
emufutex: remove init from g_thread_init_glib
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
win32: remove version init from g_thread_init_glib
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
Move the GThread implementations to glib/
blob
|
commitdiff
|
diff to current
2011-08-29
Matthias Clasen
Spelling fixes
blob
|
commitdiff
|
diff to current
2011-04-15
Ryan Lortie
Merge remote-tracking branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2011-01-27
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-10-04
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-10-04
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-06-10
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-04-21
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-04-16
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-04-16
Ryan Lortie
Merge remote branch 'gvdb/master'
blob
|
commitdiff
|
diff to current
2010-01-28
Ryan Lortie
Bug 548967 - 1 bit mutex lock
blob
|
commitdiff
|
diff to current
2007-05-17
Matthias Clasen
Move the compiler-dependency in the G_GNUC_INTERNAL...
blob
|
commitdiff
|
diff to current
2006-05-10
Sebastian Wilhelmi
Renamed to glib/gthreadprivate.h and moved system threa...
blob
|
commitdiff
|
diff to current