OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:non_blocking
(Results
1 - 17
of
17
) sorted by null
/external/netperf/
nettest_sctp.h
34
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sctp_stream_request_struct
48
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sctp_stream_response_struct
80
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sctp_rr_request_struct
93
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sctp_rr_response_struct
nettest_sdp.h
39
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sdp_stream_request_struct
53
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sdp_stream_response_struct
85
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sdp_rr_request_struct
98
int
non_blocking
; /* run the test in non-blocking mode */
member in struct:sdp_rr_response_struct
nettest_sctp.c
568
sctp_stream_request->
non_blocking
= non_block;
[
all
...]
/external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc
144
bool RunLoop::Wait(bool
non_blocking
) {
145
const WaitState wait_state = GetWaitState(
non_blocking
);
227
RunLoop::WaitState RunLoop::GetWaitState(bool
non_blocking
) const {
234
if (!
non_blocking
&& i->second.deadline != kInvalidTimeTicks &&
246
if (
non_blocking
) {
/external/chromium_org/mojo/public/cpp/utility/
run_loop.h
102
// a task must be run or |
non_blocking
| is true, in which case it will also
105
bool Wait(bool
non_blocking
);
117
WaitState GetWaitState(bool
non_blocking
) const;
/hardware/qcom/audio/hal/
audio_hw.h
140
int
non_blocking
;
member in struct:stream_out
audio_hw.c
[
all
...]
/device/htc/flounder/audio/hal/
audio_hw.h
286
int
non_blocking
;
member in struct:stream_out
audio_hw.c
[
all
...]
/external/chromium_org/net/base/
nss_memio.c
308
data->value.
non_blocking
= PR_TRUE;
/external/wpa_supplicant_8/src/crypto/
tls_nss.c
167
data->value.
non_blocking
= PR_TRUE;
/external/chromium_org/third_party/webrtc/base/
nssstreamadapter.cc
271
opt->value.
non_blocking
= PR_TRUE;
/external/chromium_org/net/third_party/nss/ssl/
sslsock.c
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h
261
PRBool
non_blocking
; /* Non-blocking (network) I/O */
member in union:PRSocketOptionData::__anon19285
[
all
...]
/external/qemu/slirp/
tcp_input.c
579
* XXX Need to check? It's be
NON_BLOCKING
[
all
...]
/external/qemu/slirp-android/
tcp_input.c
584
* XXX Need to check? It's be
NON_BLOCKING
[
all
...]
Completed in 3163 milliseconds