Search:

Type: Posts; User: maus

Search: Search took 0.00 seconds.

  1. Signal handler function - pointer to this gets lost

    The Class I'm currently writing should do the following:

    Setting up a POSX timer (OK), setting up a signal-handler function (OK) which calls a member function and therefore uses the this-pointer...
  2. Replies
    4
    Views
    7,947

    To use a signalhandler function with the...

    To use a signalhandler function with the signature


    void func(int signo, siginfo_t *info, void *context)

    The flag SA_SIGINFO has to be set in sigaction.sa_flags and the callback-function...
  3. Replies
    4
    Views
    7,947

    thanks to bithub for your answer. I tried to...

    thanks to bithub for your answer.

    I tried to solve the problem this way but I got some problems to set up the right signal handler function.

    If I tried to set the extended handler function -...
Results 1 to 3 of 3