hi_mpi_sys_close_epoll

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

Closes the epoll instance of media data processing when the epoll model is used to perform input and output operations on the media data processing channel.

Restrictions

Prototype

hi_s32 hi_mpi_sys_close_epoll(hi_s32 epoll_fd)

Parameters

Parameter

Input/Output

Description

epoll_fd

Input

File descriptor of the epoll instance to be closed. You can create a file descriptor by calling hi_mpi_sys_create_epoll.

Returns