summaryrefslogtreecommitdiffstats
path: root/osi/src/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential DoS caused by delivering signal to BT processstable/cm-13.0-ZNH2KSharvil Nanavati2016-08-021-3/+3
* Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into mergeEtan Cohen2015-03-311-18/+23
|\
| * Demote, cleanup and extend observed loggingChris Manton2015-03-161-1/+1
| * Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-3/+3
| * Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-7/+7
| * Enable allocation tracking for eng and userdebug builds.Sharvil Nanavati2015-03-161-1/+1
| * Make semaphore_free idempotentZach Johnson2015-03-161-0/+3
| * Move some of osi to use the allocation interfacesZach Johnson2015-03-161-2/+3
| * Fix build: include osi.h from semaphore to get definition of INVALID_FDSharvil Nanavati2015-03-161-0/+1
| * Define INVALID_FD to improve readability and reduce likelihood of errorsSharvil Nanavati2015-03-161-6/+6
* | Add missing includes.Elliott Hughes2015-01-281-0/+1
|/
* Expose semaphore's file descriptor.Sharvil Nanavati2014-07-091-0/+6
* Add documentation for semaphore and add a semaphore_try_wait function.Sharvil Nanavati2014-06-251-0/+42
* Implement a fixed queue.Sharvil Nanavati2014-05-311-0/+53