Home
last modified time | relevance | path

Searched refs:event_ctx_impl (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/test/
H A Dmpp_event_trigger.c19 struct event_ctx_impl { struct
37 static int event_create(struct event_ctx_impl *ctx) in event_create() argument
55 static void event_destroy(struct event_ctx_impl *ctx) in event_destroy()
62 static void event_init(struct event_ctx_impl *ctx) in event_init()
97 static int event_timed_wait(struct event_ctx_impl *ctx, unsigned int milli_sec) in event_timed_wait()
124 static void event_down(struct event_ctx_impl *ctx) in event_down()
135 struct event_ctx_impl *ctx = (struct event_ctx_impl *)param; in event_notify()
145 struct event_ctx_impl *ctx = (struct event_ctx_impl *)param; in event_trigger_thread()
190 struct event_ctx_impl *ctx = (struct event_ctx_impl *)malloc(sizeof(*ctx)); in event_ctx_create()
215 struct event_ctx_impl *ictx = (struct event_ctx_impl *)ctx; in event_ctx_release()