Thread: pthreads-win32 POSIX threads

  1. #1
    Registered User
    Join Date
    Feb 2004
    Posts
    79

    pthreads-win32 POSIX threads

    POSIX pthreads for the win32 platform.

    Has anybody else looked at them, and if so, what do you think?

    http://sources.redhat.com/pthreads-win32/

  2. #2
    Registered User
    Join Date
    Feb 2004
    Posts
    46
    I think it would go a long way toward making portable threaded applications less of a hassle. But don't you think this thread would be better suited to the General Discussions forum?
    Last edited by Edward; 02-23-2004 at 02:27 PM.

  3. #3
    Registered User
    Join Date
    Feb 2004
    Posts
    79
    pthreads-win32 is a C library used by C coders in C applications.

    They're part of the (OpenGroup) Single Unix Specification and
    have been standardized by such organisations as ANSI, ISO,
    IEEE and POSIX.

    What's general about them?

    Threads are certainly a hot topic I think, for C programmers!

  4. #4
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Would be nice. I'm getting into multi-threading and am using the pth library from GNU. I would love to be able to use the same basic functions in windows once I decide to go that way

  5. #5
    Registered User
    Join Date
    Feb 2004
    Posts
    79
    Thantos.

    Cool. I've been looking at pthreads for the past month.

    So far I've only utilised the basic functions like pthread_create,
    pthread_join, pthread_exit, pthread_mutex_*, pthread_cond_*

    There seems to be much to learn with these few functions alone
    in regard to avoiding race conditions, deadlocks, etc.

    If anyone is interested in pthreads here's a tutorial,
    http://www.llnl.gov/computing/tutori...eads/MAIN.html

    Also if anyone has or can recommend a good pthread tutorial I'd
    appreciate it.
    R.I.P C89

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. POSIX threads
    By Boylett in forum Linux Programming
    Replies: 2
    Last Post: 09-10-2008, 01:33 PM
  2. POSIX threads policy and priority
    By arunj in forum Linux Programming
    Replies: 2
    Last Post: 06-13-2006, 03:48 AM
  3. Difference between win32 and linux pthreads
    By philipsan in forum C Programming
    Replies: 1
    Last Post: 02-07-2006, 04:57 PM
  4. problem with win32 threads
    By pdmarshall in forum C++ Programming
    Replies: 6
    Last Post: 07-29-2004, 02:39 PM
  5. compile prob: sched.h (win32 POSIX threads) - pid_t
    By BrianK in forum Windows Programming
    Replies: 6
    Last Post: 04-11-2003, 05:52 PM