Home
last modified time | relevance | path

Searched refs:zero_param (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions_unittests.cc141 struct sched_param zero_param; in SchedGetParamThread() local
142 CheckSchedGetParam(0, &zero_param); in SchedGetParamThread()
147 BPF_ASSERT_EQ(zero_param.sched_priority, tid_param.sched_priority); in SchedGetParamThread()