diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-08-12 18:28:22 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-09-04 10:41:02 (GMT) |
commit | c39c4a561e5aa65eb50df3936f41ee9d76c6929a (patch) | |
tree | e13c9a43848151b6472a58126b0cd29196a544b8 /src/3rdparty/phonon | |
parent | c276d17b7ca99100a9421e848516af02dd8c2b92 (diff) | |
download | Qt-c39c4a561e5aa65eb50df3936f41ee9d76c6929a.zip Qt-c39c4a561e5aa65eb50df3936f41ee9d76c6929a.tar.gz Qt-c39c4a561e5aa65eb50df3936f41ee9d76c6929a.tar.bz2 |
Add a way of getting the stack base on HP-UX.
Unfortunately, HP-UX's pthread doesn't allow us to get the stack
address of a running thread. We have to suspend the thread. And
obviously we can't suspend ourselves.
The solution is to start another thread, which suspends us, gets the
stack address, and resumes.
Diffstat (limited to 'src/3rdparty/phonon')
0 files changed, 0 insertions, 0 deletions