HomeSort by relevance Sort by last modified time
    Searched refs:sigevent (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
2-1.c 17 struct sigevent sigevent; local
23 aiocb.aio_sigevent = sigevent;
4-1.c 20 int, struct sigevent * restrict) = lio_listio;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
4-1-buildonly.c 13 struct sigevent *notification;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
29-1-buildonly.c 10 int timer_create(clockid_t, struct sigevent *, timer_t *);
16 typedef int (*timer_create_test) (clockid_t, struct sigevent *, timer_t *);
  /external/ltp/android/include/
aio.h 17 struct sigevent aio_sigevent;
46 struct sigevent *restrict);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
16-1.c 22 struct sigevent ev;
3-1.c 34 struct sigevent ev;
9-1.c 39 struct sigevent ev;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-3.c 26 struct sigevent ev;
6-2.c 29 struct sigevent ev;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-2.c 24 struct sigevent ev;
6-3.c 24 struct sigevent ev;
  /external/ltp/testcases/kernel/timers/timer_create/
timer_create04.c 83 EFAULT, /* bad sigevent */
103 struct sigevent *temp_ev; /* used for bad address test case */
146 temp_ev = (struct sigevent *)-1;
156 temp_ev = (struct sigevent *)-1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
8-1.c 37 struct sigevent notification;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
15-1.c 32 struct sigevent ev;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
2-1.c 26 struct sigevent ev;
2-2.c 28 struct sigevent ev;
  /bionic/tests/headers/posix/
signal_h.c 51 TYPE(struct sigevent);
52 STRUCT_MEMBER(struct sigevent, int, sigev_notify);
53 STRUCT_MEMBER(struct sigevent, int, sigev_signo);
54 STRUCT_MEMBER(struct sigevent, union sigval, sigev_value);
55 STRUCT_MEMBER_FUNCTION_POINTER(struct sigevent, void (*f)(union sigval), sigev_notify_function);
57 STRUCT_MEMBER(struct sigevent, void*, sigev_notify_attributes);
59 STRUCT_MEMBER(struct sigevent, pthread_attr_t*, sigev_notify_attributes);
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify02.c 34 struct sigevent sevp;
  /external/ltp/testcases/kernel/syscalls/timer_getoverrun/
timer_getoverrun01.c 51 struct sigevent ev;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
4-1.c 32 struct sigevent se;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
1-2.c 31 struct sigevent ev;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
8-1.c 27 struct sigevent ev;
8-3.c 33 struct sigevent ev;
8-4.c 30 struct sigevent ev;

Completed in 212 milliseconds

1 2 3 4 5