Searched refs:sev (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/kernel/syscalls/timer/timercreate/ |
H A D | TimerCreateApiTest.cpp | 73 struct sigevent sev; in HWTEST_F() local 86 sev.sigev_notify = SIGEV_THREAD; in HWTEST_F() 87 sev.sigev_signo = SIGRTMIN; in HWTEST_F() 88 sev.sigev_notify_function = TimeHandler; in HWTEST_F() 90 EXPECT_EQ(timer_create(CLOCK_ID, &sev, &timerId), 0); in HWTEST_F() 128 struct sigevent sev = { in HWTEST_F() local 134 EXPECT_EQ(timer_create(CLOCK_ID, &sev, &timerId), 0); in HWTEST_F() 159 struct sigevent sev = { in HWTEST_F() local 175 EXPECT_EQ(timer_create(CLOCK_ID, &sev, &timerId), 0); in HWTEST_F() 257 struct sigevent sev; in HWTEST_F() local 287 struct sigevent sev = { HWTEST_F() local [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | timendk.cpp | 236 struct sigevent sev;
in Timer_delete() local 239 sev.sigev_notify = SIGEV_SIGNAL;
in Timer_delete() 240 sev.sigev_signo = SIGUSR1;
in Timer_delete() 241 sev.sigev_value.sival_ptr = &timerid;
in Timer_delete() 243 timer_create(CLOCK_MONOTONIC, &sev, &timerid);
in Timer_delete() 289 struct sigevent sev;
in Timer_settime() local 292 sev.sigev_notify = SIGEV_SIGNAL;
in Timer_settime() 293 sev.sigev_signo = SIGNUM;
in Timer_settime() 294 sev.sigev_value.sival_ptr = &timerid;
in Timer_settime() 298 int result = timer_create(CLOCK_REALTIME, &sev, in Timer_settime() [all...] |
/test/xts/hats/kernel/syscalls/fileio/clocknanosleep/ |
H A D | ClockNanoSleepApiTest.cpp | 63 struct sigevent sev = { in HWTEST_F() local 78 timer_create(CLOCK_REALTIME, &sev, &timerId); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/timer/nanosleep/ |
H A D | NanoSleepApiTest.cpp | 64 struct sigevent sev = { in HWTEST_F() local 79 timer_create(CLOCK_REALTIME, &sev, &timerId); in HWTEST_F()
|
Completed in 4 milliseconds