OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_p
(Results
1 - 4
of
4
) sorted by null
/external/libevent/
evport.c
282
struct timespec *
ts_p
= NULL;
local
286
ts_p
= &ts;
310
(unsigned int *) &nevents,
ts_p
);
kqueue.c
261
struct timespec ts, *
ts_p
= NULL;
local
266
ts_p
= &ts;
304
events, kqop->events_size,
ts_p
);
/external/ltp/testcases/network/stress/ns-tools/
ns-common.c
321
*
ts_p
: pointer to a timespec structure
327
int strtotimespec(const char *str, struct timespec *
ts_p
)
347
ts_p
->tv_sec = sec;
348
ts_p
->tv_nsec = nsec;
ns-traffic.h
233
int strtotimespec(const char *str, struct timespec *
ts_p
);
Completed in 622 milliseconds