Export Citations
1 Results for: Keyword: Threadification
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
Searched The ACM Guide to Computing Literature (3,842,484 records)|Limit your search to The ACM Full-Text Collection (774,547 records)
- research-articleFebruary 2018
nAdroid: statically detecting ordering violations in Android applications
CGO '18: Proceedings of the 2018 International Symposium on Code Generation and OptimizationPages 62–74https://doi.org/10.1145/3168829Modern mobile applications use a hybrid concurrency model. In this model, events are handled sequentially by event loop(s), and long-running tasks are offloaded to other threads. Concurrency errors in this hybrid concurrency model can take multiple forms:...