Diff
Not logged in

Differences From Artifact [dad303474d]:

To Artifact [c189a5518f]:


279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
279
280
281
282
283
284
285

286
287
288
289
290
291
292







-







 */
static void
StartNotifierThread(void)
{

    pthread_mutex_lock(&notifierInitMutex);
    if (!notifierThreadRunning) {
	fprintf(stderr, "=== StartNotifierThread()\n");
	if (TclpThreadCreate(&notifierThread, NotifierThreadProc, NULL,
			     TCL_THREAD_STACK_DEFAULT, TCL_THREAD_JOINABLE) != TCL_OK) {
	    Tcl_Panic("Tcl_InitNotifier: unable to start notifier thread");
	}

	pthread_mutex_lock(&notifierMutex);
	/*