Clean up g_thread_yield implementation
[platform/upstream/glib.git] / glib / gbitlock.c
2011-09-21 Ryan Lortielibglib: stop using g_cond_new in some places
2011-09-21 Ryan Lortielibglib: drop use of GStaticMutex
2011-09-19 Ryan Lortiegbitlock: #include "gslice.h"
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan Lortieemufutex: remove init from g_thread_init_glib
2011-06-09 Christophe Fergeaubitlock: don't use asm goto on older gcc
2011-06-04 Ryan LortieImplement pointer sized bitlocks
2011-06-03 Ryan Lortiebitlock: hand-code assembly version for x86
2011-05-28 Ryan Lortieoptimise bitlocks with new atomic operations
2011-05-28 Ryan LortieFix futex(2) detection and use
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-01 Ryan Lortieg_bit_lock: remove double variable declarations
2010-01-30 Ryan Lortiegbitlock: fix gtkdoc brokenness
2010-01-29 Ryan LortieSince: markers for g_bit_*lock()
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock: add tests
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock