Home
last modified time | relevance | path

Searched defs:blocking (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dmove_to.cc27 const tensor::TensorPtr &dst_tensor, bool blocking) { in MoveToD2H()
45 const DeviceAddressPtr &dst_device_ptr, bool blocking) { in MoveToH2D()
64 bool blocking, bool *return_self) { in MoveTo()
/third_party/pulseaudio/src/pulsecore/
Dpipe.c37 static int set_block(int fd, int blocking) { in set_block()
/third_party/iptables/include/libipq/
Dlibipq.h51 uint8_t blocking; member
/third_party/selinux/libselinux/src/
Davc_internal.c101 int avc_netlink_open(int blocking) in avc_netlink_open()
142 static int avc_netlink_receive(void *buf, unsigned buflen, int blocking) in avc_netlink_receive()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/hal/
Devent_py.h34 …explicit EventPy(bool enable_timing, bool blocking) : enable_timing_(enable_timing), blocking_(blo… in EventPy()
/third_party/jerryscript/jerry-debugger/
Djerry_client_rawpacket.py64 def get_message(self, blocking): argument
Djerry_client_websocket.py104 def get_message(self, blocking): argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
D5-2.c103 int j, k, blocking = 0; in main() local
/third_party/cups/cups/
Dgetdevices.c53 int blocking; /* Current blocking-IO mode */ in cupsGetDevices() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
D18-2.c39 static int blocking; variable
D18-1.c38 static int blocking; variable
D8-1.c35 static int blocking; variable
D5-2.c38 static int blocking; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLCommandQueue.cpp144 const bool blocking = blockingRead != CL_FALSE; in enqueueReadBuffer() local
167 const bool blocking = blockingWrite != CL_FALSE; in enqueueWriteBuffer() local
195 const bool blocking = blockingRead != CL_FALSE; in enqueueReadBufferRect() local
224 const bool blocking = blockingWrite != CL_FALSE; in enqueueWriteBufferRect() local
322 const bool blocking = blockingMap != CL_FALSE; in enqueueMapBuffer() local
347 const bool blocking = blockingRead != CL_FALSE; in enqueueReadImage() local
372 const bool blocking = blockingWrite != CL_FALSE; in enqueueWriteImage() local
489 const bool blocking = blockingMap != CL_FALSE; in enqueueMapImage() local
/third_party/mesa3d/src/asahi/compiler/
Dagx_lower_parallel_copy.c359 struct agx_copy *blocking = &ctx->entries[j]; in agx_emit_parallel_copies_for_class() local
378 struct agx_copy *blocking = &ctx->entries[j]; in agx_emit_parallel_copies_for_class() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D5-2.c109 int j, k, blocking = 0; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/hal/
Devent.py61 def __init__(self, enable_timing=False, blocking=False): argument
/third_party/python/Python/
Dbootstrap_hash.c86 py_getrandom(void *buffer, Py_ssize_t size, int blocking, int raise) in py_getrandom()
473 pyurandom(void *buffer, Py_ssize_t size, int blocking, int raise) in pyurandom()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLCommandQueueCL.cpp73 bool blocking, in enqueueReadBuffer()
97 bool blocking, in enqueueWriteBuffer()
121 bool blocking, in enqueueReadBufferRect()
151 bool blocking, in enqueueWriteBufferRect()
256 bool blocking, in enqueueMapBuffer()
281 bool blocking, in enqueueReadImage()
307 bool blocking, in enqueueWriteImage()
427 bool blocking, in enqueueMapImage()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeBlockBuffer.hpp175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) in writeToCurrentBlock()
218 int BlockBuffer<T>::readFromCurrentBlock (int numElements, T* elements, bool blocking) in readFromCurrentBlock()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp87 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking, in add_map()
230 cl_map_flags flags, bool blocking, in mapping()
/third_party/python/Lib/
Dsched.py103 def run(self, blocking=True): argument
/third_party/python/Modules/_multiprocessing/clinic/
Dsemaphore.c.h28 int blocking = 1; in _multiprocessing_SemLock_acquire() local
102 int blocking = 1; in _multiprocessing_SemLock_acquire() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/
Dtask.cc165 Status Task::Join(WaitFlag blocking) { in Join()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_parallelcopy.c414 struct copy_entry *blocking = &ctx->entries[j]; in _handle_copies() local
433 struct copy_entry *blocking = &ctx->entries[j]; in _handle_copies() local

1234