Searched refs:IPC_SET_IPC_THREAD (Results 1 – 3 of 3) sorted by relevance
85 #define IPC_SET_IPC_THREAD _IO(IPC_IOC_MAGIC, 3) macro
77 The `IPC_SET_IPC_THREAD` request designates the current task as the IPC task for the current proces…79 IPC_SEND_RECV_MSG and IPC_SET_IPC_THREAD both return with error **EINVAL** if the CMS has not been …
428 int32_t ret = ioctl(g_connector->fd, IPC_SET_IPC_THREAD, 0); in CallbackDispatch()