History log of /external/bluetooth/bluedroid/osi/src/thread.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94347a59972868cf6d74f92cf793eb0b4b97c45a 05-Jul-2014 Sharvil Nanavati <sharvil.nanavati@gmail.com> Extend the threading library to back thread with an event queue.

This change allows arbitrary functions to be called on a given
thread which will clean up much of the dispatch code in bluedroid.
Looking forward, this code will be extended to allow additional objects
and queues to be attached to a thread for more customizable dispatch.

Change-Id: Id3a16256c264e3d35e6db5a562cb0e7762676457
/external/bluetooth/bluedroid/osi/src/thread.c
118bdd58389c77dd69b37e377b4e98ea89d2b14e 08-May-2014 Sharvil Nanavati <sharvil@google.com> Start of threading library

So far it's a thin shim around pthreads which allows setting thread
name and querying tids from any thread.

Change-Id: Id156f662778806a54a8a302be424ee051fac4710
/external/bluetooth/bluedroid/osi/src/thread.c