Home
last modified time | relevance | path

Searched refs:old_set (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime01.c14 * 2) Setting a pointer to a itimerspec struct as old_set parameter
33 static struct tst_its new_set, old_set; variable
44 {&old_set, 50000, 0, 0, "setting old_value"},
45 {&old_set, 50000, 50000, 0, "using periodic timer"},
46 {&old_set, 50000, 0, TIMER_ABSTIME, "using absolute time"},
116 memset(&old_set, 0, sizeof(old_set)); in run()
118 new_set.type = old_set.type = tv->ts_type; in run()
H A Dtimer_settime02.c31 static struct tst_its new_set, old_set; variable
32 static struct tst_its *pnew_set = &new_set, *pold_set = &old_set, *null_set = NULL;
106 memset(&old_set, 0, sizeof(old_set)); in run()
108 new_set.type = old_set.type = tv->ts_type; in run()
/third_party/backends/backend/
H A Dhp-handle.c158 sigset_t old_set; in hp_handle_startReader() local
168 sigprocmask(SIG_BLOCK, &(this->sig_set), &old_set); in hp_handle_startReader()
184 sigprocmask(SIG_SETMASK, &old_set, 0); in hp_handle_startReader()
H A Dhp-scl.c1502 sigset_t old_set, sig_set; in sanei_hp_scsi_pipeout() local
1553 sigprocmask(SIG_BLOCK, &sig_set, &old_set); in sanei_hp_scsi_pipeout()
1726 sigprocmask(SIG_SETMASK, &old_set, 0); in sanei_hp_scsi_pipeout()

Completed in 4 milliseconds