Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
没有任何参数的 IPC“无效方法”调用会阻塞当前线程/进程吗?或者内核会暂停调用者进程/线程直到调用完成,因为被调用的进程可能会进行进一步的 IPC 回调?
不,取决于函数的具体 AIDL 声明的定义。如果 AIDL 将函数定义为一种方式,则它是非阻塞的,否则它是阻塞的。