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                            pth-users@gnu.org
Automated List Manager (Majordomo)           pth-users-requ...@gnu.org

Reply via email to