HomeSort by: relevance | last modified time | path
    Searched defs:sigev (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 593 struct sigevent sigev; local
597 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL;
598 sigev.sigev_signo = SIGPROF;
599 sigev.sigev_value.sival_ptr = ptimerid;
601 sigev._sigev_un._tid = __collector_gettid ();
603 if (CALL_REAL (timer_create)(CLOCK_THREAD_CPUTIME_ID, &sigev, ptimerid) == -1)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 593 struct sigevent sigev; local
597 sigev.sigev_notify = SIGEV_THREAD_ID | SIGEV_SIGNAL;
598 sigev.sigev_signo = SIGPROF;
599 sigev.sigev_value.sival_ptr = ptimerid;
601 sigev._sigev_un._tid = __collector_gettid ();
603 if (CALL_REAL (timer_create)(CLOCK_THREAD_CPUTIME_ID, &sigev, ptimerid) == -1)

Completed in 25 milliseconds