Hi!

I am starting to use Pth to implement some simple user space threads. So far, I can successfully create (pth_uctx_create) and switch from/to (pth_uctx_switch) my contexts.

Question: do I need to initialize Pth when just using user space contexts (pth_init)? The test/example (test_uctx.c) does not seem to do any initialization.

Thanks and regards
- Stefan


-- Stefan Brantschen [EMAIL PROTECTED]

______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
Development Site                      http://www.ossp.org/pkg/lib/pth/
Distribution Files                          ftp://ftp.gnu.org/gnu/pth/
Distribution Snapshots                 ftp://ftp.ossp.org/pkg/lib/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to