MCPcopy Create free account
hub / github.com/apache/nuttx / rpmsgfs_client_unbind

Function rpmsgfs_client_unbind

fs/rpmsgfs/rpmsgfs_client.c:774–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774int rpmsgfs_client_unbind(FAR void *handle)
775{
776 struct rpmsgfs_s *priv = handle;
777
778 rpmsg_unregister_callback(priv,
779 rpmsgfs_device_created,
780 rpmsgfs_device_destroy,
781 NULL,
782 NULL);
783
784 nxsem_destroy(&priv->wait);
785 fs_heap_free(priv);
786 return 0;
787}
788
789int rpmsgfs_client_closedir(FAR void *handle, FAR void *dirp)
790{

Callers 1

rpmsgfs_unbindFunction · 0.85

Calls 3

nxsem_destroyFunction · 0.85
fs_heap_freeFunction · 0.85

Tested by

no test coverage detected