summaryrefslogtreecommitdiff
path: root/osi
AgeCommit message (Expand)Author
2015-02-06Fix some more missing libc includes.Ian Coolidge
2015-01-28Add missing includes.Elliott Hughes
2014-12-29Fix missing #includes in external/bluetooth.Elliott Hughes
2014-12-05Cleanups needed to make clang happyBernhard Rosenkränzer
2014-07-17Fix build warning about unused argument.Sharvil Nanavati
2014-07-17Fix string format error for 64-bit buildsMichael Wright
2014-07-17A simple, thread-safe timer API for bluedroid.Sharvil Nanavati
2014-07-16Extend the threading library to back thread with an event queue.Sharvil Nanavati
2014-07-16Expose enqueue/dequeue file descriptors for fixed_queue.Sharvil Nanavati
2014-07-09Expose semaphore's file descriptor.Sharvil Nanavati
2014-07-09Start of threading librarySharvil Nanavati
2014-07-03Fix signed - unsigned comparison in bluedroid test.Narayan Kamath
2014-07-03Implement the reactor pattern in C.Sharvil Nanavati
2014-06-29Add documentation and non-blocking functions to fixed_queue.Sharvil Nanavati
2014-06-25Add documentation for semaphore and add a semaphore_try_wait function.Sharvil Nanavati
2014-06-03Rename UNUSED to UNUSED_ATTR in OSI due to symbol collision.Sharvil Nanavati
2014-05-30Add a generic config parser for the INI file format.Sharvil Nanavati
2014-05-31Add a couple more tests for list.Sharvil Nanavati
2014-05-31Implement a fixed queue.Sharvil Nanavati
2014-05-07Add a singly linked list implementation for OSI.Sharvil Nanavati