- Jan 14, 2025
-
-
Bartosz Podrygajlo authored
The idea to use atomic aligned to cache line for counting finished jobs is reused, but instead of polling a semaphore was added
-
- Dec 04, 2024
-
-
Bartosz Podrygajlo authored
- removed some whitespace noise. - cleaned up CMakeLists.txt - reintegrated task_manager.c into thread-pool.c - cleaned up some unnecessary code Co-authored-by:
Cedric Roux <cedric.roux@eurecom.fr> Co-authored-by:
Mikel Irazabal <mikel.irazabal@openairinterface.com>
-
- Jun 27, 2024
-
-
Bartosz Podrygajlo authored
-
- Jun 26, 2024
-
-
Bartosz Podrygajlo authored
Extract thread-pool into a separate CMake library. Extract utils into a separate CMake library.
-