Home
last modified time | relevance | path

Searched refs:non_block (Results 1 – 3 of 3) sorted by relevance

/external/netperf/src/
Dnettest_sctp.c97 non_block = 0, /* default to blocking sockets */ variable
552 sctp_stream_request->non_blocking = non_block; in send_sctp_stream()
611 if (non_block) { in send_sctp_stream()
714 if (non_block && errno == EAGAIN) in send_sctp_stream()
787 if (non_block) { in send_sctp_stream()
1145 non_block = sctp_stream_request->non_blocking; in recv_sctp_stream()
1273 if (non_block) { in recv_sctp_stream()
1325 if (non_block && errno == EAGAIN) { in recv_sctp_stream()
1675 sctp_stream_request->non_blocking = non_block; in send_sctp_stream_1toMany()
1748 if (non_block) { in send_sctp_stream_1toMany()
[all …]
Dnettest_sdp.c92 non_block = 0, /* default to blocking sockets */ variable
3540 non_block = 1;
/external/ltp/testcases/kernel/syscalls/mq_timedsend/
Dmq_timedsend01.c158 int non_block; member
235 .non_block = 1,
335 if (tc->non_block) in do_test()