View | Details | Raw Unified | Return to bug 82826
Collapse All | Expand All

(-)tclUnixNotfy.c Thu Jun 9 15:31:18 2005 (-1 / +1 lines)
Lines 294-300 Link Here
294
  close(triggerPipe);
294
  close(triggerPipe);
295
295
296
       Tcl_ConditionWait(&notifierCV, &notifierMutex, NULL);
296
       Tcl_ConditionWait(&notifierCV, &notifierMutex, NULL);
297
       result = Tcl_JoinThread(notifierThread);
297
       result = Tcl_JoinThread(notifierThread, NULL);
298
       if (result) {
298
       if (result) {
299
           Tcl_Panic("Tcl_FinalizeNotifier: unable to join notifier
299
           Tcl_Panic("Tcl_FinalizeNotifier: unable to join notifier
300
           thread");
300
           thread");
301
           }
301
           }

Return to bug 82826