You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dp: Switch DP thread trigger from semaphore to event
Replace the DP thread trigger mechanism from semaphore to event to prepare
for handling multiple types of signals within the DP thread. The previous
semaphore-based approach could only wake the thread without providing
context about what needs to be processed. Using an event allows signaling
different conditions so the thread can identify which tasks to handle.
Currently, no new event types are introduced, but this change lays the
groundwork for future extensions without altering existing functionality.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
0 commit comments