From owner-freebsd-threads@FreeBSD.ORG Fri Mar 9 14:47:49 2007 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87A2916A400 for ; Fri, 9 Mar 2007 14:47:49 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3F02E13C491 for ; Fri, 9 Mar 2007 14:47:49 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 07F714D5EC for ; Fri, 9 Mar 2007 15:15:30 +0100 (CET) Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 486324D5D7 for ; Fri, 9 Mar 2007 15:15:29 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtp02.kuleuven.be (Postfix) with ESMTP id 1F0E12CAAE5 for ; Fri, 9 Mar 2007 15:15:29 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.8/8.13.8) with ESMTP id l29EFSJk002546 for ; Fri, 9 Mar 2007 15:15:28 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-threads@freebsd.org Date: Fri, 9 Mar 2007 15:15:25 +0100 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703091515.27133.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Subject: signalling remote threads X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 14:47:49 -0000 Is it somehow possible to send a signal to a specific thread in another process similar to the linux tkill and tgkill syscalls? I've seen the thr_kill call that takes an lwpid as argument, but it can't send a signal to another process can it?