summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading
AgeCommit message (Expand)AuthorFilesLines
2016-06-01Add named mutex stress testsKoundinya Veluri1-134/+313
2016-05-23Fix intermittent test failure in paltest_namedmutex_test1Koundinya Veluri1-54/+72
2016-05-20Fix a few bugs in named mutexesKoundinya Veluri1-165/+239
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri6-0/+891
2016-02-22Fix typo in the name of the paltest_getcurrentthread_test2 testKamil Rytarowski1-1/+1
2016-02-21Merge pull request #3285 from krytarowski/netbsd-support-54Jan Kotas1-3/+8
2016-02-21Fix test issue on NetBSD: Walk-around getrusage(2) implementation nitsKamil Rytarowski1-3/+8
2016-02-21Remove trailing whitespaceKamil Rytarowski3-30/+30
2016-02-21Disable not relevant tests for NetBSD: SCHED_OTHER may not be reassignableKamil Rytarowski3-5/+25
2016-02-04Fix build on NetBSD: Stop mixing PAL and system headers in testsKamil Rytarowski2-10/+0
2016-01-27Update license headersdotnet-bot240-870/+733
2016-01-14Make time measurement in PAL threading tests more preciseJan Vorlicek8-112/+89
2015-11-20Implemented QueryThreadCycleTime (time.cpp) & GetThreadTimes (thread.cpp) for...William Godbe7-0/+258
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub27-1528/+0
2015-10-26Remove SuspendThread and SetThreadContext PAL tests.Aditya Mandaleeka21-1676/+0
2015-10-26Remove SuspendThread and associated code.Aditya Mandaleeka2-2/+0
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-09-15Check for duplicate handles in PAL's implementation of a wait-all operationKoundinya Veluri2-0/+69
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar3-13/+13
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri17-153/+72
2015-08-19Fix timing in more PAL tests for FreeBSD on hypervisorsJan Kotas3-15/+9
2015-08-07Fix PAL signal count upper limit issues.Koundinya Veluri2-6/+26
2015-06-08Fix timing in PAL-tests for FreeBSD on hypervisors.Jostein Kjønigsen4-7/+17
2015-04-30Fix new set of warningsJan Vorlicek1-2/+2
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis123-270/+270
2015-02-24Make the delta for this test += the targeted valueMatt Mitchell1-2/+2
2015-02-21Fix warnings generated when building with Clang on Linux.Pat Gavlin6-11/+14
2015-02-06lrt is not cross platform, lets put this back in when we verify this branch o...Geoff Norton123-135/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot433-0/+28445