MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_sys_register_thread

Function ff_sys_register_thread

adapter/syscall/ff_socket_ops.c:386–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386static int
387ff_sys_register_thread(struct ff_register_application_args *args)
388{
389 /* New user application, use default thread0 */
390 args->sc->ff_thread_handle = ff_adapt_user_thread_add(NULL);
391
392 if (args->sc->ff_thread_handle == NULL) {
393 return -1;
394 }
395
396 return 0;
397}
398
399static int
400ff_sys_exit_thread(struct ff_exit_application_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_adapt_user_thread_addFunction · 0.85

Tested by

no test coverage detected