Sorry, the auto-correct corrected pThreads to gThreads. pThreads are POSIX threads, which is supported on pretty much every operating system. I use it with the ArduinoConnector ANE (if you want to see an example of how to use it within an ANE). A quick google came up with this site that is a pretty good doc : http://softpixel.com/~cwright/programming/threads/threads.c.php
-Nick On Sat, Feb 11, 2012 at 11:30 AM, James Ong <yanlile...@gmail.com> wrote: > I get it thanks! It can be done on C side. I quite curious about the > gthread, is it referring to the libraries that is part of the GTK? Could > you advice which starting point I can learn about gThread with some basic > tutorials? >