Concurrently using POSIX and other interfaces

August 2, 2023

ID posix_and_libkos

Using libkos together with Pthreads

In a thread created using Pthreads, you cannot use the following libkos interfaces:

The following libkos interfaces can be used together with Pthreads (and other POSIX interfaces):

Using POSIX together with libkos threads

POSIX methods cannot be used in threads that were created using libkos threads.

Using IPC together with Pthreads/libkos threads

Methods for IPC can be used in any threads that were created using Pthreads or libkos threads.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.