Hi,

I would like to use multiple schedulers with GNU Pth (one per pthread).
Unfortunately, the scheduler relies on global variables at the moment.
Multiple schedulers could be implemented trivially by marking the
relevant global variables as thread local (__thread in GCC). Is there
any chance that this could be included if available on the plattform?

Regards,
Matthias-Christian
______________________________________________________________________
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