Skip to content
  • Jon Olav Hauglid's avatar
    a9b5dc54
    WL#6606: Offload THD initialization and network initialization · a9b5dc54
    Jon Olav Hauglid authored
             to worker thread
    
    Follow-up patch.
    
    This patch removes the "end_thread_signal" signal handler.
    It was currently unused. It was designed to allow sigint to be
    sent to individual threads in debug mode. The problem with
    the signal handler was that it used unsafe functions.
    
    The patch also includes several code simplifications made possible
    by the removal of "end_thread_signal".
    a9b5dc54
    WL#6606: Offload THD initialization and network initialization
    Jon Olav Hauglid authored
             to worker thread
    
    Follow-up patch.
    
    This patch removes the "end_thread_signal" signal handler.
    It was currently unused. It was designed to allow sigint to be
    sent to individual threads in debug mode. The problem with
    the signal handler was that it used unsafe functions.
    
    The patch also includes several code simplifications made possible
    by the removal of "end_thread_signal".
Loading