|
|
发表于 2007-12-10 14:18:54
|
显示全部楼层
需要程序的支持吧 # euses thread
threads - Adds threads support for various packages. Usually pthreads
dev-db/sqlite:nothreadsafe - turn off thread safe operation of sqlite
dev-lang/perl:ithreads - Enable Perl threads, has some compatibility problems
dev-lang/python:nothreads - Disable threads (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING)
dev-lang/spidermonkey:threadsafe - Build a threadsafe version of spidermonkey
dev-libs/boost:threadsonly - Only build multithreaded libs
dev-libs/libsqlora8 rathreads - specifies use of Oracle threads
net-dialup/freeradius:frnothreads - Disables thread support
sys-devel/libperl:ithreads - Enable Perl threads, has some compatibility problems
sys-libs/glibc:linuxthreads-tls - Configure the linuxthreads glibc with --with-__thread if supported by your system. --with-tls is always enabled if supported and is NOT controlled by this switch. So the glibc built will always support TLS binaries. This toggle chooses whether or not glibc itself uses TLS. If you're concerned about backwards compatibility with old binaries, leave this off.
www-servers/apache:mpm-threadpool - (experimental) Threadpool MPM - keeps pool of idle threads to handle requests |
|