Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12503362 authored by Sumukh Hallymysore Ravindra's avatar Sumukh Hallymysore Ravindra
Browse files

synx: Add synx cancel signaling status



Add cancel signaling status for the synx object. This
can be used by the clients to signal cancellation to
other clients waiting on the synx object and helps
distinguish from any error occurred during signaling.

Change-Id: Idba21d364c2306ef65d53ae6728da8a49131605d
Signed-off-by: default avatarSumukh Hallymysore Ravindra <shallymy@codeaurora.org>
parent ea48d885
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#define SYNX_STATE_ACTIVE                    1
#define SYNX_STATE_SIGNALED_SUCCESS          2
#define SYNX_STATE_SIGNALED_ERROR            3
#define SYNX_STATE_SIGNALED_CANCEL           4

#define SYNX_MAX_WAITING_SYNX                16