Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dfillp_os.c79 FILLP_INT SysArchSetSockBlocking(FILLP_INT sock, FILLP_BOOL blocking) in SysArchSetSockBlocking()
102 FILLP_INT SysArchSetSockBlocking(FILLP_INT sock, FILLP_BOOL blocking) in SysArchSetSockBlocking()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/
H A Davshared_memory_pool_test.cpp88 bool blocking = true; variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dresolver.rs97 let blocking = crate::runtime::spawn_blocking(move || { in resolve() localVariable
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp174 std::shared_ptr<AVSharedMemory> AVSharedMemoryPool::AcquireMemory(int32_t size, bool blocking) in AcquireMemory()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp187 WSError SCBSystemSession::SetSystemSceneBlockingFocus(bool blocking) in SetSystemSceneBlockingFocus()
H A Dsession.cpp2606 WSError Session::SetSystemSceneBlockingFocus(bool blocking) in SetSystemSceneBlockingFocus()
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer_manager.c238 static int32_t WaitForDoneBuffer(struct BufferQueue *queue, uint32_t blocking) in WaitForDoneBuffer()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp2494 bool blocking = false; in OnSetSystemSceneBlockingFocus() local