ExamGecko
Question list
Search
Search

Related questions











Question 351 - H14-231_V1.0 discussion

Report
Export

A HarmamyOS developer created three task distributors, serial task dispatcher_a and dispatcher_b, and a proprietary task dispatcher dispatcher_s. The developer is experiencing a deadlock while using syncDispatch, which of the following causes could cause this phenomenon?

A.
In the task assigned by the dispatcher_a, the task is dispatched by dispatcher_a again
Answers
A.
In the task assigned by the dispatcher_a, the task is dispatched by dispatcher_a again
B.
The thread pool is full
Answers
B.
The thread pool is full
C.
In dispatcher_a assignment tasks, use dispatcher_b to dispatch assignments
Answers
C.
In dispatcher_a assignment tasks, use dispatcher_b to dispatch assignments
D.
On a dedicated thread bound dispatcher_s, use dispatcher_s for syncDispatch
Answers
D.
On a dedicated thread bound dispatcher_s, use dispatcher_s for syncDispatch
Suggested answer: A, D
asked 18/09/2024
aakriti grover
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first