commit | 7e4ca18195c8aaf510643d48ad6ab1cd71040499 | [log] [tgz] |
---|---|---|
author | Adithya Chakilam <achakilam@nvidia.com> | Mon Sep 29 09:48:42 2025 -0500 |
committer | Adithya Chakilam <achakilam@nvidia.com> | Mon Sep 29 09:48:42 2025 -0500 |
tree | 130a0c491d4dcd296a2da05a586f22c6122040bc | |
parent | b6de9316f83789f9f8ea2599235f71e2ea520de2 [diff] |
Replace Semaphore with AtomicInteger Since we are only utilizing the non-blocking operations of Semaphore, Its better to use AtomicInteger to avoid all the extra overhead. Change-Id: I219b3b35468fe11ef5bf063f671b5f6415630a0c