Skip to content
Snippets Groups Projects
  1. Feb 21, 2021
  2. Feb 09, 2021
  3. Jan 29, 2021
  4. Jan 27, 2021
  5. Jan 26, 2021
  6. Jan 21, 2021
  7. Jan 20, 2021
    • Slava Monich's avatar
      [gbinder] Fixed a threading issue. JB#42956 · 536143c1
      Slava Monich authored
      Make sure that transaction handlers don't get invoked on a worker thread.
      It was possible in cases if an incoming transaction arrives while we are
      waiting for response from an asynchronous call to servicemanager (which
      is actually a synchronous call made on a worker thread).
      
      Invoking callbacks on a worker thread would completely break libgbinder's
      synchronization model. It was a pretty unlikely scenario, though.
      536143c1
  8. Jan 19, 2021
  9. Jan 12, 2021
  10. Dec 23, 2020
  11. Dec 22, 2020
  12. Dec 18, 2020
Loading