| 397 | } |
| 398 | |
| 399 | static int |
| 400 | ff_sys_exit_thread(struct ff_exit_application_args *args) |
| 401 | { |
| 402 | /* Exit user application */ |
| 403 | if (args->sc->ff_thread_handle) { |
| 404 | ff_adapt_user_thread_exit(args->sc->ff_thread_handle); |
| 405 | } |
| 406 | |
| 407 | return 0; |
| 408 | } |
| 409 | |
| 410 | static int |
| 411 | ff_sys_select(struct ff_select_args *args) |
no test coverage detected