Imported Upstream version 2.74.3
[platform/upstream/glib.git] / glib / gbitlock.c
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.6 upstream/2.67.6
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-03-13 Tim-Philipp Müllerthreads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE...
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-20 Matthias ClasenUse __asm__ instead of asm
2013-05-04 Dan Winshipgbitlock: fix this to not unconditionally use futex...
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-02 Simon McVittieGBitLock: turn assumptions of g_futex_int_address into...
2011-11-21 Matthias Clasengbitlock: Drop @returns syntax from doc comments
2011-10-03 Ryan Lortielocks: drop _INIT macros
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