[fpc-pascal] multi threading under Linux

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Mar 23 11:17:10 CET 2007


On 23 Mar 2007, at 09:11, Graeme Geldenhuys wrote:

> Anybody know how I can see the amount of threads running in a process
> under Linux?  I don't mean programmatically in Free Pascal, I mean an
> external tool.  Something like 'top' or 'ps aux' or Gnome System
> Monitor, etc..

Attach with gdb (gdb -p <pid>) and type "info threads"


Jonas



More information about the fpc-pascal mailing list