Lines Matching defs:spec
789 struct timespec spec;794 spec.tv_sec = sec;795 spec.tv_nsec = wait_milliseconds * 1000000L;796 spec_ptr = &spec;