Implement abortTpool()
This stops all ongoing threads (using pthread_join()), and marks FIFOs to not block anymore. In this case, returned messages will be NULL.
parent
078d6fa1
No related branches found
No related tags found
Showing
- common/utils/threadPool/thread-pool.c 16 additions, 4 deletionscommon/utils/threadPool/thread-pool.c
- common/utils/threadPool/thread-pool.h 63 additions, 10 deletionscommon/utils/threadPool/thread-pool.h
- executables/nr-gnb.c 6 additions, 0 deletionsexecutables/nr-gnb.c
- executables/nr-ru.c 0 additions, 7 deletionsexecutables/nr-ru.c
Please register or sign in to comment