OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ms_timeout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc
55
static void AbsoluteFromDeltaMS(struct timespec* timeout, int
ms_timeout
) {
56
if (
ms_timeout
>= 0) {
58
usec += ((int64_t)
ms_timeout
* 1000);
86
Error EventListenerLock::WaitOnEvent(uint32_t events, int
ms_timeout
) {
88
AbsoluteFromDeltaMS(&timeout,
ms_timeout
);
93
if (
ms_timeout
>= 0) {
126
int
ms_timeout
) {
153
AbsoluteFromDeltaMS(&timeout,
ms_timeout
);
159
if (
ms_timeout
>= 0) {
kernel_proxy.cc
1036
int
ms_timeout
= -1;
local
1048
ms_timeout
= static_cast<int>(ms);
1051
int result = poll(&pollfds[0], pollfds.size(),
ms_timeout
);
[
all
...]
/external/chromium/app/sql/
connection.h
346
bool ExecuteWithTimeout(const char* sql, base::TimeDelta
ms_timeout
);
/external/chromium_org/sql/
connection.h
537
bool ExecuteWithTimeout(const char* sql, base::TimeDelta
ms_timeout
)
Completed in 52 milliseconds