summaryrefslogtreecommitdiff
path: root/tests/lib/libpthread
AgeCommit message (Expand)Author
2019-07-09return return atf_no_error() instead of 0 for consistency.maya
2019-04-24Add a complete C11 threads(3) implementationkamil
2019-03-06add joinschristos
2018-02-28Simplify - it's enough to set nctx.uc_link to &octx to restore olduwe
2018-02-28Add missing $ in the RCSID.uwe
2018-02-27threadfunc - we do return from swapcontext() (since revision 1.2),uwe
2018-02-27swapfunc() is not passed to pthread_create, there's no need for it touwe
2018-02-27Drop unnecessary cast to makecontext() argument.uwe
2018-02-27Cleanup trailing whitespace.uwe
2017-12-01Since there has been no objection (or even comment) in responsekre
2017-08-25PR/49003: Ngie Cooper: add <sys/time.h>ginsbach
2017-07-11Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. Thisjoerg
2017-07-02Export the guard size of the main thread via vm.guard_size. Add ajoerg
2017-04-01Make the mutex6 test (which fails every know and then, but too rarelymartin
2017-03-23Avoid using an uninitialized mutex.martin
2017-03-05reenable mutex2 and mutex3 on powerpc now that PR 44387 is fixed.chs
2017-01-16beware of your shadowchristos
2017-01-16PR/51885: Ngie Cooper: Add delays to avoid races.christos
2017-01-16PR/51884: Ngie Cooper: Include and message fixeschristos
2017-01-16PR/51886: Ngie Cooper: Use _exit instead of exitchristos
2017-01-16PR/51887: Ngie Cooper: Include and error message fixeschristos
2017-01-16PR/51890: Ngie Cooper: include and error message fixes.christos
2017-01-16PR/51888: Ngie Cooper: more error checking, missing includeschristos
2017-01-16PR/51889: Ngie Cooper: add sys/time.hchristos
2016-10-31more tests from kamilchristos
2016-10-31fix typoschristos
2016-10-31Merge and fix the timed mutex tests to use absolute time.christos
2016-10-30Add new test t_timedmutexkamil
2016-07-31we require root for sched_fifo, and more verbose messages.christos
2016-07-06fix uninitialized var.christos
2016-07-03GSoC 2016 Charles Cui: Implement thread priority protection based on workchristos
2015-06-26Check that PTHREAD_RWLOCK_INITIALIZER works.pooka
2014-11-04PR misc/49356 remove unnecessary references to atf-c/config.hjustin
2014-09-03The cond_timedwait_race test case is no longer expected to fail; itgson
2014-08-25Go back to the initial context (as tests/lib/libc/sys/t_swapcontext.c does)bouyer
2014-02-09Use compiler builtins instead of atf_arch and atf_machine.jmmv
2013-10-19fix unused variable warningschristos
2013-04-12loosen the test only for qemu.christos
2013-04-12Make cond_wait_mono and cond_wait_real tests accept a wait time in thegson
2013-03-29fix printf formatschristos
2013-03-28Add pthread_cond_timedwait(3) test from PR/47703christos
2013-03-21new dlopen tests for libpthread from manu@christos
2013-03-17Try to trigger the cond_timedwait_race race several times.jmmv
2013-01-27exitting -> exiting.mbalmer
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-03-12Also exercise pthread_attr_setstacksize.joerg
2012-03-09It is perfectly valid for sem_wait to be interrupted, so loop on EINTR.joerg
2012-03-07Remove libpthread's semaphore implementation and always use the kerneljoerg
2011-12-12Remove bogus check that (a) depends uninitialised memory (b) overflows ajoerg
2011-08-22Requires stdint.h.dholland