X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-thread.h;h=4e44b55e7e0e9f663f428c9ae17108de794af910;hb=9fe2dfd3c4df334607083f989346090e1051a565;hp=0559dfc0d8e7470b5ef8a961b78bb9e9f3970d02;hpb=a38382e89710db2c298f7f101e3ba0cf3681287c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-thread.h b/src/afb-thread.h index 0559dfc0..4e44b55e 100644 --- a/src/afb-thread.h +++ b/src/afb-thread.h @@ -19,13 +19,5 @@ struct afb_req; -extern void afb_thread_call(struct afb_req req, void (*callback)(struct afb_req req), int timeout, void *group); - -extern int afb_thread_init(int allowed_count, int start_count, int waiter_count); -extern void afb_thread_terminate(); - -extern int afb_thread_timer_create(); -extern int afb_thread_timer_arm(int timeout); -extern void afb_thread_timer_disarm(); -extern void afb_thread_timer_delete(); +extern void afb_thread_req_call(struct afb_req req, void (*callback)(struct afb_req req), int timeout, void *group);