From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765211AbXGLMTO (ORCPT ); Thu, 12 Jul 2007 08:19:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754568AbXGLMTA (ORCPT ); Thu, 12 Jul 2007 08:19:00 -0400 Received: from nz-out-0506.google.com ([64.233.162.226]:23718 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954AbXGLMS7 (ORCPT ); Thu, 12 Jul 2007 08:18:59 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y/uIMLcR9Vd+JjgZHREndcxA681g9BTuGB8t8jZM5/O4e5DQXQmsMbsD22Qroswzx/NJo0jyuD74oawkClMhxHxMT+SwU9USfHn9W2fO3/7bph5tKxVmg6qlDKhoS6W2e9Z3VhUflusXhhGZCiROGICvzxBrpyVBVKReG4vm3Es= Message-ID: Date: Thu, 12 Jul 2007 15:18:42 +0300 From: "Ni@m" To: LKML Subject: NPTL In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! I have a question about NPTL. Are NPTL are still based on `clone` system call? Are NPTL threads are "processes" internally? Thanks!