Home
last modified time | relevance | path

Searched refs:IPC_SET_IPC_THREAD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h85 #define IPC_SET_IPC_THREAD _IO(IPC_IOC_MAGIC, 3) macro
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md77 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 …
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c428 int32_t ret = ioctl(g_connector->fd, IPC_SET_IPC_THREAD, 0); in CallbackDispatch()