OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts_p
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libevent/
kqueue.c
224
struct timespec ts, *
ts_p
= NULL;
local
229
ts_p
= &ts;
233
events, kqop->nevents,
ts_p
);
evport.c
306
struct timespec *
ts_p
= NULL;
local
310
ts_p
= &ts;
333
(unsigned int *) &nevents,
ts_p
)) == -1) {
/external/chromium_org/third_party/libevent/
kqueue.c
224
struct timespec ts, *
ts_p
= NULL;
local
229
ts_p
= &ts;
233
events, kqop->nevents,
ts_p
);
evport.c
306
struct timespec *
ts_p
= NULL;
local
310
ts_p
= &ts;
333
(unsigned int *) &nevents,
ts_p
)) == -1) {
Completed in 2137 milliseconds