projects
/
platform
/
upstream
/
glib.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix a C99ism
[platform/upstream/glib.git]
/
glib
/
gthread.c
2012-01-13
Alexander Larsson
Merge remote-tracking branch 'gvdb/master'
blob
|
commitdiff
2011-12-14
Stef Walter
documentation fixes
blob
|
commitdiff
2011-11-15
Matthias Clasen
GThread: handle thread names safely
blob
|
commitdiff
|
diff to current
2011-10-15
Matthias Clasen
Misc doc formatting fixes
blob
|
commitdiff
|
diff to current
2011-10-15
Ryan Lortie
Add to the pitfalls: fork() and daemon()
blob
|
commitdiff
|
diff to current
2011-10-15
Matthias Clasen
Expand thread docs a bit
blob
|
commitdiff
|
diff to current
2011-10-15
Matthias Clasen
Documentation tweaks
blob
|
commitdiff
|
diff to current
2011-10-15
Ryan Lortie
Check for "our" threads in some places
blob
|
commitdiff
|
diff to current
2011-10-15
Ryan Lortie
gtk-doc g_thread_ref() and g_thread_unref()
blob
|
commitdiff
|
diff to current
2011-10-15
Ryan Lortie
Rename g_thread_try to g_thread_try_new
blob
|
commitdiff
|
diff to current
2011-10-15
Matthias Clasen
Minor doc clarifications
blob
|
commitdiff
|
diff to current
2011-10-14
Ryan Lortie
GCond: use monotonic time for timed waits
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
drop g_thread_new_full()
blob
|
commitdiff
|
diff to current
2011-10-13
Ryan Lortie
g_thread_new: never fail
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
GThread: make refcounting public
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
thread creation: Simplify error handling
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: reduce use of system_thread
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: 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-06
Ryan Lortie
Cleanup thread documentation
blob
|
commitdiff
|
diff to current
2011-10-06
Matthias Clasen
Update threads docs for the demise of g_thread_init()
blob
|
commitdiff
|
diff to current
2011-10-05
Ryan Lortie
Deprecate g_{mutex,cond}_{new,free}()
blob
|
commitdiff
|
diff to current
2011-10-04
Ryan Lortie
Deprecate g_thread_init()
blob
|
commitdiff
|
diff to current
2011-10-04
Ryan Lortie
macro wrappers for g_once_init_enter/leave
blob
|
commitdiff
|
diff to current
2011-10-03
Matthias Clasen
Cosmetics
blob
|
commitdiff
|
diff to current
2011-10-03
Matthias Clasen
Documentation fixes
blob
|
commitdiff
|
diff to current
2011-10-03
Ryan Lortie
locks: Add initialisation notes
blob
|
commitdiff
|
diff to current
2011-10-03
Ryan Lortie
locks: drop _INIT macros
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
Matthias Clasen
Add new thread creation API
blob
|
commitdiff
|
diff to current
2011-10-03
Ryan Lortie
Stop dithering over GPrivate
blob
|
commitdiff
|
diff to current
2011-10-02
Matthias Clasen
Add a few comments
blob
|
commitdiff
|
diff to current
2011-10-02
Matthias Clasen
Rework the way GStaticPrivate data is freed
blob
|
commitdiff
|
diff to current
2011-10-02
Matthias Clasen
Whitespace fixes
blob
|
commitdiff
|
diff to current
2011-10-02
Matthias Clasen
Clean up includes
blob
|
commitdiff
|
diff to current
2011-10-02
Matthias Clasen
GThread: cosmetic fix
blob
|
commitdiff
|
diff to current
2011-10-01
Matthias Clasen
Mark g_thread_create_with_stack_size as new API
blob
|
commitdiff
|
diff to current
2011-09-30
Matthias Clasen
Some more gthread reshuffling
blob
|
commitdiff
|
diff to current
2011-09-29
Dan Winship
gthread: remove a stray reference to GStaticMutex
blob
|
commitdiff
|
diff to current
2011-09-25
Matthias Clasen
More GThread docs tweaks
blob
|
commitdiff
|
diff to current
2011-09-25
Matthias Clasen
Move GThread docs around
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
Matthias Clasen
GThread: more doc updates
blob
|
commitdiff
|
diff to current
2011-09-25
Matthias Clasen
Drop G_THREADS_IMPL_NONE from the docs
blob
|
commitdiff
|
diff to current
2011-09-25
Chun-wei Fan
gthread.c: Declare variable at start of block
blob
|
commitdiff
|
diff to current
2011-09-24
Matthias Clasen
Document G_THREADS_IMPL_WIN32
blob
|
commitdiff
|
diff to current
2011-09-24
Matthias Clasen
GThread doc additions
blob
|
commitdiff
|
diff to current
2011-09-22
Matthias Clasen
Some gthread doc updates
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
Revert "Drop an unused variable"
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Drop an unused variable
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Move some things to deprecated/gthread.h
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Deprecate g_thread_create_full()
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Drop g_thread_fail()
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
Remove the concept of 'bound'
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Remove g_thread_functions_for_glib_use_old
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Merge g_thread_functions_for_glib_use
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
GSystemThread: port 'self' 'join' and 'create'
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
GThread: deprecate thread priorities
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
g_private_new: use GSlice
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Don't use the thread vtable for g_thread_yield()
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Move g_private_new() to common code
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Move docs around
blob
|
commitdiff
|
diff to current
2011-09-21
Matthias Clasen
Clean up g_thread_yield implementation
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
GThread: always initialise the system thread
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Continue GPrivate rework
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Port g_cond_new to use GSlice
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
libglib: stop using g_cond_new in some places
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
Port g_mutex_new to use GSlice
blob
|
commitdiff
|
diff to current
2011-09-21
Ryan Lortie
libglib: stop using g_mutex_new
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
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
make g_thread_init_glib() idempotent
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
Move the GThread implementations to glib/
blob
|
commitdiff
|
diff to current
2011-09-09
Ryan Lortie
Deprecated (undocumented) g_thread_gettime
blob
|
commitdiff
|
diff to current
next