mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
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
|
||
|---|---|---|
| .. | ||
| arch | ||
| support | ||
| sys | ||
| test | ||
| thread | ||
| Makefile | ||
| pthread.map | ||