summaryrefslogtreecommitdiffstats
path: root/osi/src/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Boost timer callback thread priority to highSrinu Jella2015-11-061-0/+15
* Bluetooth: Null checks in threads methodsAjay Kumar2015-10-061-2/+28
* Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_workPrerepa Viswanadham2015-04-101-0/+1
|\
| * osi: add compat code for glibcScott James Remnant2015-04-021-0/+1
* | Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into mergeEtan Cohen2015-03-311-30/+58
|\|
| * Demote, cleanup and extend observed loggingChris Manton2015-03-161-1/+1
| * Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-6/+6
| * Add platform-independent logging macros to OSI.Sharvil Nanavati2015-03-161-4/+4
| * Enable allocation tracking for eng and userdebug builds.Sharvil Nanavati2015-03-161-2/+2
| * Move some of osi to use the allocation interfacesZach Johnson2015-03-161-6/+7
| * Add a join function to threadZach Johnson2015-03-161-1/+13
| * Switch to an epoll-based reactor implementation.Sharvil Nanavati2015-03-161-74/+4
| * Add thread_is_self functionSharvil Nanavati2015-03-161-0/+5
| * Add fixed queue size option to thread creationChris Manton2015-03-161-5/+10
| * Hide thread's reactorZach Johnson2015-03-161-1/+71
| * Expose thread's reactor so we can register new fds with it.Sharvil Nanavati2015-03-161-0/+5
* | Add missing includes.Elliott Hughes2015-01-281-0/+1
|/
* Extend the threading library to back thread with an event queue.Sharvil Nanavati2014-07-161-51/+126
* Start of threading librarySharvil Nanavati2014-07-091-0/+117