summaryrefslogtreecommitdiff
path: root/tests/onceinit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of lingering g_thread_init()Ryan Lortie2013-05-311-2/+0
* Fix more warning-addition falloutSimon McVittie2012-11-021-2/+4
* Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2011-10-041-16/+15
* Remove deprecated atomic functions from testsMatthias Clasen2011-06-061-5/+5
* prevent race covered by g_once_init_enter(), by checking for previousTim Janik2007-08-141-4/+134
* fixed array size typo.Tim Janik2007-08-131-1/+1
* test g_once_init_*() before and after g_thread_init() and test concurrencyTim Janik2007-08-131-0/+144