author | Sebastian Harl <sh@tokkee.org> | |
Mon, 19 Nov 2007 23:20:25 +0000 (00:20 +0100) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 20 Nov 2007 08:30:33 +0000 (08:30 +0000) | ||
commit | ea476dd47a893d23b204ba0ef10f6c24bf33a8cb | |
tree | fac1dbf43e0560a4e63988891c18c0a494381b93 | tree | snapshot |
parent | 368a2bc5559829b5f4325301364790efeb9de236 | commit | diff |
perl plugin: Shut down an ithread if the embedding pthread terminates.
Each ithread object is registered as thread specific data along with a
destructor function. If the embedding pthread terminates the destructor is
called which takes care of cleanly shutting down the appropriate Perl
interpreter and freeing any related resources.
Each ithread object is registered as thread specific data along with a
destructor function. If the embedding pthread terminates the destructor is
called which takes care of cleanly shutting down the appropriate Perl
interpreter and freeing any related resources.
src/perl.c | diff | blob | history |