Home
last modified time | relevance | path

Searched refs:rhandle (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_win32.py53 rhandle, whandle = _winapi.CreatePipe(None, 0)
56 pipe_handle=rhandle)
78 _winapi.CloseHandle(rhandle)
87 (self.sentinel, int(rhandle)))
/external/igt-gpu-tools/tests/i915/
Dgem_userptr_blits.c1073 uint32_t whandle, rhandle; in test_readonly() local
1098 igt_require(__gem_userptr(i915, pages, sz, true, userptr_flags, &rhandle) == 0); in test_readonly()
1099 gem_close(i915, rhandle); in test_readonly()
1130 gem_userptr(i915, space, total, false, userptr_flags, &rhandle); in test_readonly()
1131 gem_set_domain(i915, rhandle, I915_GEM_DOMAIN_CPU, 0); in test_readonly()
1133 store_dword(i915, rhandle, offset + 4, offset / sz); in test_readonly()
1134 gem_sync(i915, rhandle); in test_readonly()
1137 gem_close(i915, rhandle); in test_readonly()
1148 gem_userptr(i915, space, total, true, userptr_flags, &rhandle); in test_readonly()
1163 store_dword_rand(i915, engine, rhandle, total, 1024); in test_readonly()
[all …]
/external/python/cpython2/Lib/multiprocessing/
Dforking.py254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
258 cmd = get_command_line() + [rhandle]
264 close(rhandle)
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc403 const ResourceHandle& rhandle = t.flat<ResourceHandle>()(0); in InstantiateFunction() local
404 opts.input_devices.push_back(rhandle.device()); in InstantiateFunction()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h1091 chandles, rhandle, v, bits_at_30) \ argument
1093 chandles, rhandle, v, bits_at_30}
1110 chandles, rhandle, v, bits_at_30) \ argument
1113 (flushed << 24) + (chandles << 25) + (rhandle << 28) + \