In case we have a "Serving Thread" that creates threads on demand (e.g., for each HTTP request): When this Serving Thread calls Thread.start(), the OS-level thread (pthread_create() 1 - Linux) is ...