OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ts_pause
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libfido2/dist/examples/
select.c
67
struct timespec
ts_pause
;
local
121
ts_pause
.tv_sec = 0;
122
ts_pause
.tv_nsec = 200000000; /* 200ms */
125
nanosleep(&
ts_pause
, NULL);
/src/crypto/external/bsd/openssh/dist/
sk-usbhid.c
241
struct timespec
ts_pause
;
local
245
ts_pause
.tv_sec = 0;
246
ts_pause
.tv_nsec = POLL_SLEEP_NS;
247
nanosleep(&
ts_pause
, NULL);
Completed in 69 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026