New threadpool
- 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>
parent
c942fe43
No related branches found
No related tags found
Showing
- common/utils/actor/actor.h 1 addition, 1 deletioncommon/utils/actor/actor.h
- common/utils/telnetsrv/telnetsrv.c 0 additions, 1 deletioncommon/utils/telnetsrv/telnetsrv.c
- common/utils/threadPool/CMakeLists.txt 1 addition, 1 deletioncommon/utils/threadPool/CMakeLists.txt
- common/utils/threadPool/bounded_notified_fifo.h 245 additions, 0 deletionscommon/utils/threadPool/bounded_notified_fifo.h
- common/utils/threadPool/notified_fifo.h 223 additions, 0 deletionscommon/utils/threadPool/notified_fifo.h
- common/utils/threadPool/pthread_utils.h 45 additions, 0 deletionscommon/utils/threadPool/pthread_utils.h
- common/utils/threadPool/task.h 30 additions, 0 deletionscommon/utils/threadPool/task.h
- common/utils/threadPool/task_ans.c 62 additions, 0 deletionscommon/utils/threadPool/task_ans.c
- common/utils/threadPool/task_ans.h 74 additions, 0 deletionscommon/utils/threadPool/task_ans.h
- common/utils/threadPool/test/test_thread-pool.c 17 additions, 14 deletionscommon/utils/threadPool/test/test_thread-pool.c
- common/utils/threadPool/thread-pool.c 149 additions, 120 deletionscommon/utils/threadPool/thread-pool.c
- common/utils/threadPool/thread-pool.h 54 additions, 319 deletionscommon/utils/threadPool/thread-pool.h
- common/utils/threadPool/thread-pool.md 2 additions, 193 deletionscommon/utils/threadPool/thread-pool.md
- common/utils/time_meas.c 1 addition, 1 deletioncommon/utils/time_meas.c
- executables/nr-softmodem-common.h 0 additions, 1 deletionexecutables/nr-softmodem-common.h
- executables/nr-ue.c 11 additions, 8 deletionsexecutables/nr-ue.c
- executables/nr-uesoftmodem.c 0 additions, 1 deletionexecutables/nr-uesoftmodem.c
- executables/nr-uesoftmodem.h 2 additions, 1 deletionexecutables/nr-uesoftmodem.h
- openair1/PHY/CODING/nrLDPC_defs.h 1 addition, 0 deletionsopenair1/PHY/CODING/nrLDPC_defs.h
- openair1/PHY/LTE_TRANSPORT/dlsch_coding.c 29 additions, 38 deletionsopenair1/PHY/LTE_TRANSPORT/dlsch_coding.c
Loading
Please register or sign in to comment