This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fwd: Re: patch to ignore SIGPWR and SIGXCPU (used by pthreads)]


On Sun, 20 Jan 2002, Per Bothner wrote:
> My assumption is that the signals used by the gc have
> nothing to do with with whatever signals are used internally
> by the Solaris thread implementation.

Right.

> What does (or should)
> boehm-gc use in the case of user-level threads on Solaris?

Actually the existing solaris threads support uses the LWP API, not
signals.  However if/when it is merged with linux_threads.c it'll probably
use RT signals as well.

IIRC the original Linux threads code used SIGUSR1 and SIGUSR2 internally,
and RT signals didn't yet work on Linux, which is why SIGXCPU/SIGPWR were
chosen for the collector.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]