Searched refs:fdt_type (Results 1 – 2 of 2) sorted by relevance
| /components/lwp/ |
| A D | lwp_ipc_internal.h | 27 int lwp_channel_open(int fdt_type, const char *name, int flags); 28 rt_err_t lwp_channel_close(int fdt_type, int fd); 29 rt_err_t lwp_channel_send(int fdt_type, int fd, rt_channel_msg_t data); 30 rt_err_t lwp_channel_send_recv_timeout(int fdt_type, int fd, rt_channel_msg_t data, rt_channel_msg_… 31 rt_err_t lwp_channel_reply(int fdt_type, int fd, rt_channel_msg_t data); 32 rt_err_t lwp_channel_recv_timeout(int fdt_type, int fd, rt_channel_msg_t data, rt_int32_t time);
|
| A D | lwp_ipc.c | 940 if (fdt_type) in lwp_fd_new() 955 if (fdt_type) in lwp_fd_get() 970 if (fdt_type) in lwp_fd_release() 987 fd = lwp_fd_new(fdt_type); in _chfd_alloc() 1000 d = lwp_fd_get(fdt_type, fd); in _chfd_free() 1005 lwp_fd_release(fdt_type, fd); in _chfd_free() 1090 d = lwp_fd_get(fdt_type, fd); in lwp_channel_open() 1094 _chfd_free(fd, fdt_type); in lwp_channel_open() 1113 _chfd_free(fd, fdt_type); in lwp_channel_open() 1124 d = lwp_fd_get(fdt_type, fd); in fd_2_channel() [all …]
|
Completed in 11 milliseconds