summaryrefslogtreecommitdiff
path: root/src/pal/src/synchobj
AgeCommit message (Expand)AuthorFilesLines
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson1-25/+34
2018-08-22Fix a PAL spin lock issue (#19604)Koundinya Veluri1-1/+1
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1
2018-03-26Don't require all-user permissions on the temp directory for named mutexes on...Koundinya Veluri1-0/+1
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri1-2/+2
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov3-162/+17
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri3-5/+55
2017-04-26Fix thread wait to be resilient to real time clock changes on Unix (#11213)Jan Vorlicek1-1/+1
2016-07-05Named mutex: Use flock instead of pthread process-shared mutex in some more c...Koundinya Veluri1-37/+38
2016-06-01Fix handle leak when creating or opening named mutex failsKoundinya Veluri1-26/+32
2016-05-25Fix shm directory creation for named mutexesKoundinya Veluri1-2/+2
2016-05-20Fix a few bugs in named mutexesKoundinya Veluri1-6/+35
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri3-92/+1025
2016-03-07Enabling LongFile Support in PALDDCloud3-15/+0
2016-01-27Update license headersdotnet-bot3-12/+9
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar3-3/+3
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri3-128/+55
2015-08-07Fix PAL signal count upper limit issues.Koundinya Veluri1-5/+3
2015-02-13Implement CreateSemaphoreExA/WStephen Toub1-9/+25
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot3-0/+1961