summaryrefslogtreecommitdiff
path: root/glib/gbitlock.c
Commit message (Expand)AuthorAgeFilesLines
* GBitLock: turn assumptions of g_futex_int_address into a static assertionSimon McVittie2012-01-021-0/+6
* gbitlock: Drop @returns syntax from doc commentsMatthias Clasen2011-11-211-2/+4
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* libglib: stop using g_cond_new in some placesRyan Lortie2011-09-211-7/+6
* libglib: drop use of GStaticMutexRyan Lortie2011-09-211-6/+6
* gbitlock: #include "gslice.h"Ryan Lortie2011-09-181-0/+1
* emufutex: remove init from g_thread_init_glibRyan Lortie2011-09-091-13/+6
* bitlock: don't use asm goto on older gccChristophe Fergeau2011-06-081-6/+12
* Implement pointer sized bitlocksRyan Lortie2011-06-031-0/+193
* bitlock: hand-code assembly version for x86Ryan Lortie2011-06-031-3/+54
* optimise bitlocks with new atomic operationsRyan Lortie2011-05-281-19/+8
* Fix futex(2) detection and useRyan Lortie2011-05-281-3/+3
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* g_bit_lock: remove double variable declarationsRyan Lortie2010-02-011-3/+0
* gbitlock: fix gtkdoc brokennessRyan Lortie2010-01-301-0/+1
* Since: markers for g_bit_*lock()Ryan Lortie2010-01-281-0/+6
* Bug 548967 - 1 bit mutex lock: add testsRyan Lortie2010-01-281-0/+4
* Bug 548967 - 1 bit mutex lockRyan Lortie2010-01-281-0/+292