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

  /src/tests/crypto/opencrypto/
h_thread.c 158 struct sigevent sigev; local
160 memset(&sigev, 0, sizeof(sigev));
161 sigev.sigev_notify = SIGEV_SIGNAL;
162 sigev.sigev_signo = SIGABRT;
164 if (timer_create(CLOCK_MONOTONIC, &sigev, &timer) == -1)
  /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 17 milliseconds