From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25875 invoked by alias); 31 May 2013 22:42:42 -0000 Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org Received: (qmail 25865 invoked by uid 89); 31 May 2013 22:42:42 -0000 X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from aussmtpmrkpc120.us.dell.com (HELO aussmtpmrkpc120.us.dell.com) (143.166.82.159) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 31 May 2013 22:42:41 +0000 X-Loopcount0: from 64.238.244.148 From: Brad Keifenheim To: "pthreads-win32@sourceware.org" Date: Fri, 31 May 2013 22:42:00 -0000 Subject: Evaluation / Missing Prototypes Message-ID: <975552A94CBC0F4DA60ED7B36C949CBA075D0C586B@shandy.Beer.Town> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2013/txt/msg00006.txt.bz2 Hello, I'm evaluating using the Pthreads-Win32 library to port some internal softw= are from FreeBSD to Windows here at Dell. I have coded a proof of concept a= nd am impressed with the library. Unfortunately I would still be missing se= veral calls for a complete port. Several of these calls are in the "non-por= table" category, but nonetheless I'm wondering if any thought has been give= n to providing support.=20 =20 I would very much appreciate if you could have a look at my list and let me= know if anything is in the works or already provided via a different mecha= nism. pthread_set_name_np (Nice to have, but not essential) pthread_mutexattr_setprotocol pthread_suspend_all_np pthread_mutex_isowned_np pthread_kill (Would need more than just sig 0) pthread_attr_setcreatesuspend_np pthread_attr_setinheritsched (Need SCHED_FIFO) pthread_attr_setguardsize (Nice to have, but not essential) pthread_attr_setscope (Some legacy code uses PTHREAD_SCOPE_PROCESS, not a c= urrent requirement though) pthread_attr_setaffinity_np pthread_resume_np pthread_attr_getstack pthread_attr_getguardsize (Nice to have, but not essential) pthread_getaffinity_np Cheers, Brad Keifenheim Software Development Engineer Dell | Compellent brad_keifenheim@dell.com