Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 154) sorted by relevance

1234567

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs417 let mut blocked = false; in recv_go_away_frame() localVariable
427 blocked = true; in recv_go_away_frame()
433 if blocked { in recv_go_away_frame()
543 let blocked = self.exit_with_error(cx, other); in manage_resp_error() localVariable
544 if blocked { in manage_resp_error()
630 let blocked = in manage_conn_error() localVariable
633 if blocked { in manage_conn_error()
744 let mut blocked = false; in exit_with_error() localVariable
754 blocked = true; in exit_with_error()
758 blocked in exit_with_error()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-trans-user-mutex.md10 …space. If no other thread is blocked by the lock, the lock is directly released in user space. If …
20 …s with the same key value added to a queue_list indicate a queue of tasks blocked by the same lock.
33 | Putting a thread to wait | OsFutexWait | Inserts a node representing a blocked thread into th…
34 | Waking up a thread| OsFutexWake | Wakes up a thread that is blocked by a specified lock. …
H A Dkernel-mini-basic-ipc-event.md44 …s met before the timeout period expires, the blocked task will be directly woken up. Otherwise, th…
48 …events corresponding to **eventMask** occur. Otherwise, the task will be blocked, or an error code…
50 …events corresponding to **eventMask** occur. Otherwise, the task will be blocked, or an error code…
73 | Reading an event | LOS_EventRead | Reads an event (wait event). The task will be blocked to wait …
89 4. Wake up the blocked task, read the event, and check whether the event meets conditions.
107 …sk with a timout period of 100 ticks. When the **EventReadTask** task is blocked, **ExampleEvent**…
H A Dkernel-mini-basic-ipc-mutex.md17 When non-shared resources are accessed by a task, the mutex is locked. Other tasks will be blocked
43 …is occupied, the task will be blocked and the task with a highest priority in the ready queue will…
44 …s occupied, the task will be blocked and the task with the highest priority in the ready queue wil…
47 …- If tasks are blocked by the specified mutex, the task with a higher priority will be unblocked w…
48 - If no task is blocked by the specified mutex, the mutex is released successfully.
H A Dkernel-small-basic-process-thread.md16 … lower-priority task can be scheduled only after the higher-priority task is blocked or terminated.
26blocked and suspended. The Blocked states include pending (blocked due to lock, event, or semaphor…
43 …When a running task is blocked (for example, is pended, delayed, or reading semaphores), its state…
46 …After the blocked task is restored (the task is restored, the delay times out, the semaphore readi…
49 … in the Ready state is blocked (suspended), the task changes to the Blocked state and is deleted f…
H A Dkernel-small-basic-trans-mutex.md16 …ocol attribute is set to this value: If a task with a higher priority is blocked because the mutex…
41 When non-shared resources are accessed by a task, the mutex is locked. Other tasks will be blocked
75 …is occupied, the task will be blocked and the task with a highest priority in the ready queue will…
77 …s occupied, the task will be blocked and the task with the highest priority in the ready queue wil…
81 - If tasks are blocked by the specified mutex, the task with a higher priority will be unblocked wh…
83 - If no task is blocked by the specified mutex, the mutex is released successfully.
88 …f a task attempts to lock a mutex held by another task, the task will be blocked until the mutex i…
H A Dkernel-mini-basic-ipc-sem.md16 …educed to **0** and the tasks that need to obtain the semaphores will be blocked. This ensures exc…
18 …phore counter value is **0**. Task 1 cannot acquire the semaphore and is blocked. Task 1 enters Re…
36 … LOS_DL_LIST semList; /* Insert the task blocked by the semaphore to the DL list. */
53 …reaches the maximum, other tasks that attempt to obtain the resource are blocked until a semaphore…
79 > As interrupts cannot be blocked, semaphores cannot be requested in block mode for interrupts.
89 … Unlock task scheduling. **ExampleSemTask1** and **ExampleSemTask2** are blocked and attempt to ac…
H A Dkernel-small-basic-trans-semaphore.md16 …re counter is reduced to 0 and all tasks requiring the semaphore will be blocked. This ensures exc…
18 … semaphore counter value is **0**. A task without the semaphore will be blocked, and enters the R…
35 LOS_DL_LIST semList; /* List of blocked tasks */
41 …r of tasks accessing the resource reaches the limit, other tasks will be blocked until the semapho…
53 …decreased by 1 and a success message is returned. Otherwise, the task is blocked and added to the …
102 > As interrupts cannot be blocked, semaphores cannot be requested in block mode for interrupts.
H A Dkernel-small-basic-trans-event.md58 …s met before the timeout period expires, the blocked task will be directly woken up. Otherwise, th…
62 …events corresponding to **eventMask** occur. Otherwise, the task will be blocked, or an error code…
64 …events corresponding to **eventMask** occur. Otherwise, the task will be blocked, or an error code…
109 4. Wake up a blocked task, read the event, and check whether the event meets conditions.
H A Dkernel-small-basic-process-process.md14 …-priority process can be scheduled only after the higher-priority process is blocked or terminated.
28 - Pending: The process is blocked and suspended. When all threads in a process are blocked, the pro…
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_callback_stub.cpp197 bool blocked; in OnNetBlockStatusChange() local
198 if (!data.ReadBool(blocked)) { in OnNetBlockStatusChange()
203 int32_t result = NetBlockStatusChange(netHandle, blocked); in OnNetBlockStatusChange()
237 int32_t NetConnCallbackStub::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange() argument
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/
H A Dcondition__variable_8h.md21 …frt__cond__t.md)\* cond) | Unblocks at least one of the threads that are blocked on a condition va…
22 …[ffrt_cond_t](ffrt__cond__t.md)\* cond) | Unblocks all threads currently blocked on a condition va…
/ohos5.0/docs/en/application-dev/application-test/
H A Dwukong-guidelines.md150 …name] | Sets the blocked bundles for the test. This command conflicts with the **-b** command.| N…
151 …page] | Sets the blocked pages for the test.| No | By default, the **pages/system…
164 | -Y, --blockCompId | Sets the blocked **CompId**.| No| - |
165 | -y, --blockCompType | Sets the blocked **CompType**.| No| - |
248 … conflicts with the **-b** command.| No | By default, no application is blocked. (Use commas (,) …
249 … | Sets the list of blocked pages for the test.| No | By default, the pages/system…
262 | -Y, --blockCompId | Sets the blocked **CompId**.| No| - |
263 | -y, --blockCompType | Sets the blocked **CompType**.| No| - |
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_net_conn_callback_test.h57 int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange() argument
143 int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) override in NetBlockStatusChange() argument
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dnet_conn_callback_observer_test.cpp147 bool blocked = true; variable
148 int res = oberverPtr_->NetBlockStatusChange(netHandle, blocked);
/ohos5.0/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp120 int32_t NetConnectCallbackImpl::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange() argument
123 netHandle->GetNetId(), blocked); in NetBlockStatusChange()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-hit-test-behavior.md29 …odes respond to the hit test of a touch event, but its sibling nodes are blocked from the hit test…
30 …ent, but its child nodes and sibling nodes are blocked from the hit test. Ancestor nodes are also
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_callback_test.cpp98 int32_t NetConnCallbackTest::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange() argument
101 netHandle->GetNetId(), blocked ? "true" : "false"); in NetBlockStatusChange()
H A Dnet_conn_callback_test.h35 int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) override;
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_callback.h35 int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) override;
/ohos5.0/base/time/time_service/services/time/include/
H A Dnet_conn_callback_observer.h38 …int32_t NetBlockStatusChange(sptr<NetManagerStandard::NetHandle> &netHandle, bool blocked) overrid…
/ohos5.0/base/location/services/location_gnss/gnss/include/ntp/
H A Dnet_conn_observer.h40 …int32_t NetBlockStatusChange(sptr<NetManagerStandard::NetHandle> &netHandle, bool blocked) overrid…
/ohos5.0/base/time/time_service/services/time/src/
H A Dnet_conn_callback_observer.cpp61 int32_t NetConnCallbackObserver::NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) in NetBlockStatusChange() argument
/ohos5.0/base/telephony/sms_mms/services/mms/include/
H A Dmms_conn_callback_stub.h35 …int32_t NetBlockStatusChange(sptr<NetManagerStandard::NetHandle> &netHandle, bool blocked) overrid…
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_callback.h40 virtual int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) = 0;

1234567