summaryrefslogtreecommitdiff
path: root/src/tests/thread-mainloop-test.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-31thread-mainloop: Add API for running a callback unlockedArun Raghavan1-1/+19
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-1/+1
2012-08-20tests: modify thread-mainloop-test to use 'check' frameworkDeng Zhengrong1-6/+33
2011-11-02tests: More useful output of make checkMaarten Bosmans1-2/+0
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2009-06-22rtclock: fix build after mergeLennart Poettering1-0/+1
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-4/+3
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-19tests/thread-mainloop-test: check if threaded_mainloop_start() succeedMarc-André Lureau1-1/+1
2008-08-09don't use PA_GCC_UNUSED anymoreLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-1/+1
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-6/+7
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-7/+7
2006-06-19big s/polyp/pulse/gLennart Poettering1-8/+8
2006-05-18Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman1-1/+1
2006-05-18Move timeval calculation functions into their own file.Pierre Ossman1-0/+2
2006-05-17fix include line for "core-util.h"Lennart Poettering1-1/+1
2006-05-11split of signal releasing into its own function and name it pa_threaded_mainl...Lennart Poettering1-1/+3
2006-05-09Use pa_msleep() to get platform independence.Pierre Ossman1-1/+1
2006-05-06* optionally, make pa_threaded_mainloop_signal() wait until the main thread t...Lennart Poettering1-2/+3
2006-04-30add new threaded main loop implementation (with test/example)Lennart Poettering1-0/+73