Ignore:
Timestamp:
Aug 10, 2022, 8:33:42 PM (2 years ago)
Author:
z277zhu <z277zhu@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
7f6a7c9
Parents:
20be782
Message:

fix pthread_sig* interpose problems; add test doc

Signed-off-by: z277zhu <z277zhu@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r20be782 r428adbc  
    337337        //      iopoll.run = false;
    338338        //      sigval val = { 1 };
    339         //      pthread_sigqueue( iopoll.thrd, SIGUSR1, val );
     339        //      real_pthread_sigqueue( iopoll.thrd, SIGUSR1, val );
    340340
    341341        //      // Make sure all this is done
Note: See TracChangeset for help on using the changeset viewer.