跳转至

Linux Runtime API Guide

Platform / Runtime API 是开发者直接使用运行时能力的接口层。

本项目聚焦 Linux:

C++ / Systems Implementation
        使用
Linux Runtime API
        映射到
Linux Infrastructure

重点内容:

  1. socket / epoll / TCP
  2. read / write / mmap / io_uring
  3. fork / exec / clone / futex / scheduling
  4. virtual memory / OOM
  5. signal / pipe / shared memory / eventfd / timerfd
  6. strace / perf / bpftrace

复习每个 API 时关注:语义、阻塞行为、内核路径、成本、错误处理、观测方法和常见面试追问。