MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_sys_exit_thread

Function ff_sys_exit_thread

adapter/syscall/ff_socket_ops.c:399–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399static int
400ff_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
410static int
411ff_sys_select(struct ff_select_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

Tested by

no test coverage detected