HomeSort by relevance Sort by last modified time
    Searched refs:in_progress (Results 1 - 11 of 11) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
4-1.c 53 int in_progress; local
111 in_progress = 0;
122 in_progress = 1;
133 } while (in_progress);
6-1.c 54 int in_progress; local
110 in_progress = 0;
121 in_progress = 1;
133 } while (in_progress);
5-1.c 52 int in_progress; local
110 in_progress = 0;
122 in_progress = 1;
139 } while (in_progress);
7-1.c 52 int in_progress; local
113 in_progress = 0;
138 in_progress = 1;
154 } while (in_progress);
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
constant_resolver.py 11 in_progress = set()
34 if constant in in_progress:
36 in_progress.add(constant)
42 in_progress.remove(constant)
49 if field in in_progress:
51 in_progress.add(field)
62 in_progress.remove(field)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 142 /* If we have set the in_progress flag, then we are in the middle
145 if (brw->prim_restart.in_progress) {
159 brw->prim_restart.in_progress = true;
175 brw->prim_restart.in_progress = false;
brw_context.h 1153 bool in_progress; member in struct:brw_context::__anon30434
    [all...]
brw_context.c     [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 73 in_progress = ASIO_SOCKET_ERROR(EINPROGRESS), enumerator in enum:asio::error::basic_errors
  /external/autotest/client/cros/crash/
crash_test.py 248 def _set_crash_test_in_progress(self, in_progress):
249 if in_progress:
  /external/v8/src/heap/
heap.cc 3535 bool in_progress = map->IsInobjectSlackTrackingInProgress(); local
    [all...]

Completed in 178 milliseconds