Skip to content
Snippets Groups Projects
  1. Apr 16, 2021
  2. Mar 31, 2021
  3. Mar 02, 2021
  4. Feb 22, 2021
  5. Feb 21, 2021
  6. Feb 09, 2021
  7. Jan 29, 2021
  8. Jan 27, 2021
  9. Jan 26, 2021
  10. Jan 21, 2021
  11. 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
  12. Jan 19, 2021
  13. Jan 12, 2021
  14. Dec 23, 2020
Loading