Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116567 | Differences between
and this patch

Collapse All | Expand All

(-)pl-5.6.2.orig/src/pl-thread.c (-1 / +2 lines)
Lines 463-469 Link Here
463
  LOCK();
463
  LOCK();
464
  destroy_message_queue(&ld->thread.messages);
464
  destroy_message_queue(&ld->thread.messages);
465
  GD->statistics.threads_finished++;
465
  GD->statistics.threads_finished++;
466
  GD->statistics.thread_cputime += ThreadCPUTime(info, CPU_USER);
466
  if ( info->pid )
467
    GD->statistics.thread_cputime += ThreadCPUTime(info, CPU_USER);
467
468
468
  info->thread_data = NULL;
469
  info->thread_data = NULL;
469
  ld->thread.info = NULL;		/* avoid a loop */
470
  ld->thread.info = NULL;		/* avoid a loop */

Return to bug 116567