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.
私は、既存のPOSIX準拠のコードをiOSに移植することに着手しています。私が収集したものから、pthreadは利用可能です(良い)が、コンパイラーはを見つけていません。epollはiOSで利用できますか?
いいえepoll。Linux固有のシステムコールです。
epoll
Darwinカーネルに最も近いものはですがkqueue、iOSではSPI(したがって立ち入り禁止)と見なされていると強く思います。
kqueue