HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 201 - 225 of 2438) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libmojo/mojo/edk/test/
test_utils.h 38 // |handle| must already be in non-blocking mode.
  /external/libusb/libusb/os/
poll_posix.c 43 usbi_dbg("Failed to set non-blocking on new pipe: %d", errno);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
3-1.c 19 * 4. While child thread is blocking, send SIGUSR1 to child
21 * 6. After return from the signal handler, child should resume blocking
119 /* Expect the child to continue blocking */
139 printf("main: thread continued blocking after handling SIGUSR1\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
2-1.c 16 * 4. main thread send SIGUSR1 to sig_thread via pthread_kill, while sig_thread is blocking
124 /* the sig_thread is not blocking */
133 /* sig_thread is blocking */
164 ("sig_thread: correctly still blocking after signal handler returns\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
10-1.c 40 ("FAIL: sigprocmask returned -1. System should be able to enforce blocking un-ignorable signals without causing sigprocmask() to return -1.\n");
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking,
68 maps.emplace_back(q, *this, flags, blocking, origin, region);
172 cl_map_flags flags, bool blocking,
178 (blocking ? PIPE_TRANSFER_UNSYNCHRONIZED : 0));
  /external/mockito/src/main/java/org/mockito/internal/util/concurrent/
README.md 9 This map does not implement the `java.util.Map` interface to simplify the implementation. Writes to the map might cause blocking if many threads write to the map concurrently (this is implied by the maps backing by a `ConcurrentHashMap` and a `ReferenceQueue`), the performance of the map is however significantly better than using a synchronized wrapper around a concurrent hash map.
  /external/netperf/src/
nettest_sctp.h 34 int non_blocking; /* run the test in non-blocking mode */
48 int non_blocking; /* run the test in non-blocking mode */
80 int non_blocking; /* run the test in non-blocking mode */
93 int non_blocking; /* run the test in non-blocking mode */
nettest_sdp.h 39 int non_blocking; /* run the test in non-blocking mode */
53 int non_blocking; /* run the test in non-blocking mode */
85 int non_blocking; /* run the test in non-blocking mode */
98 int non_blocking; /* run the test in non-blocking mode */
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 188 /// Gets the non-blocking mode of the acceptor.
194 /// Sets the non-blocking mode of the acceptor.
201 /// Gets the non-blocking mode of the native acceptor implementation.
207 /// Sets the non-blocking mode of the native acceptor implementation.
  /external/selinux/python/semanage/
semanage-dontaudit.8 11 confined applications to use alternative paths. Dontaudit rules are denied but not reported in the logs. Some times dontaudit rules can cause bugs in applications but policy writers will not realize it since the AVC is not audited. Turning off dontaudit rules with this command to see if the kernel is blocking an access.
  /external/skia/experimental/Networking/
SkSockets.h 52 * For blocking sockets, write will block indefinitely if the socket at the
67 * blocking sockets, read will block indefinitely if the socket doesn't
159 * at a time. Returns -1 on error. For blocking sockets, this method will
183 * or reconnect to the server. For blocking sockets, this method will block
  /external/syslinux/gpxe/src/include/gpxe/
gdbstub.h 34 * Perform a blocking read
  /external/testng/src/main/java/org/testng/remote/adapter/
IMasterAdapter.java 34 * A blocking wait for the remote results to return.
IWorkerAdapter.java 27 * A blocking call to get the next Suite to test.
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.h 31 // If a cycle is found in the series of moves, save the blocking value to
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.h 31 // If a cycle is found in the series of moves, save the blocking value to
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.h 31 // If a cycle is found in the series of moves, save the blocking value to
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.h 31 // If a cycle is found in the series of moves, save the blocking value to
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.h 31 // If a cycle is found in the series of moves, save the blocking value to
  /external/valgrind/none/tests/
syscall-restart1.c 8 /* Make sure that a blocking syscall returns EINTR if hit by a signal,
syscall-restart2.c 8 /* Make sure that a blocking syscall restarts if hit by a signal,
  /external/webrtc/webrtc/base/
socketfactory.h 23 // Returns a new socket for blocking communication. The type can be
  /frameworks/av/media/libnbaio/include/
AudioStreamInSource.h 45 // This is an over-estimate, and could dupe the caller into making a blocking read()
AudioStreamOutSink.h 45 // This is an over-estimate, and could dupe the caller into making a blocking write()

Completed in 724 milliseconds

1 2 3 4 5 6 7 891011>>