Linux version of CreateThread()

From: kelly (kelly_at_some.com)
Date: 03/28/05


Date: Mon, 28 Mar 2005 11:40:17 -0500

Hi,

I have a testcase validating multithreads on windows with some
restriction that's why I'm not using semaphores.

This CreateThread() works for me in windows. Anyone knows
the linux version of this function CreateThread()?

Thanks.



Relevant Pages

  • Re: Linux version of CreateThread()
    ... > I have a testcase validating multithreads on windows with some ... > restriction that's why I'm not using semaphores. ... > This CreateThreadworks for me in windows. ... > the linux version of this function CreateThread()? ...
    (alt.comp.lang.learn.c-cpp)
  • Re: [9fans] 9vx fork problem
    ... learing the Windows API and the plan9 ... CreateThread() followed by CreateProcesswhilst the parent is blocked. ... I just recompile every app using a modified malloc.c in libc ... if you break the purity of unmodified plan9 binaries then ...
    (comp.os.plan9)
  • Re: CreateThread
    ... Alex Blekhman wrote: ... Windows itself of course never uses _beginthreadex but always ... You aren't Windows, so you should use appropriate thread starting ... CreateThread is perfectly fine in most situations. ...
    (microsoft.public.vc.language)
  • Re: [9fans] 9vx fork problem
    ... The words fork and pid in that sentence ... 9vx would probably be easier to bring up on Windows ... CreateThread() followed by CreateProcesswhilst the parent is blocked. ...
    (comp.os.plan9)
  • Re: Linux version of CreateThread()
    ... here's how to use CreateThread() in windows.... ... > I have a testcase validating multithreads on windows with some ... > This CreateThreadworks for me in windows. ... > the linux version of this function CreateThread? ...
    (alt.comp.lang.learn.c-cpp)