Daniel Eischen b9de27c005 As long as we have a knob to force system scope threads, why not have
a knob to force process scope threads.  If the environment variable
LIBPTHREAD_PROCESS_SCOPE is set, force all threads to be process
scope threads regardless of how the application creates them.  If
LIBPTHREAD_SYSTEM_SCOPE is set (forcing system scope threads), it
overrides LIBPTHREAD_PROCESS_SCOPE.

        $ # To force system scope threads
        $ LIBPTHREAD_SYSTEM_SCOPE=anything threaded_app
        $ # To force process scope threads
        $ LIBPTHREAD_PROCESS_SCOPE=anything threaded_app
2004-08-12 12:12:12 +00:00
..
2004-05-14 12:19:04 +00:00
2004-08-08 07:39:19 +00:00
2003-06-14 19:32:52 +00:00
2004-08-10 16:38:19 +00:00
2004-07-01 18:20:57 +00:00
2004-07-05 06:59:17 +00:00
2004-07-03 22:30:10 +00:00
2004-07-28 05:44:52 +00:00
2003-08-18 15:25:39 +00:00
2004-07-05 06:53:34 +00:00
2004-06-30 23:58:22 +00:00
2003-08-30 13:57:31 +00:00
2004-08-09 11:30:36 +00:00