|
|
@ -333,10 +333,10 @@ _cthread_run(void *controls) |
|
|
pthread_cond_wait(&cond, &triggerMutex); |
|
|
pthread_cond_wait(&cond, &triggerMutex); |
|
|
pthread_mutex_unlock(&triggerMutex); |
|
|
pthread_mutex_unlock(&triggerMutex); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
fl_exited = FALSE; |
|
|
for (wl = controls; wl; wl = wl->wl_next) |
|
|
for (wl = controls; wl; wl = wl->wl_next) |
|
|
cp_evloop(wl->wl_word); |
|
|
cp_evloop(wl->wl_word); |
|
|
|
|
|
|
|
|
|
|
|
fl_exited = TRUE; |
|
|
#ifdef HAVE_LIBPTHREAD |
|
|
#ifdef HAVE_LIBPTHREAD |
|
|
cont_condition = FALSE; |
|
|
cont_condition = FALSE; |
|
|
#endif |
|
|
#endif |
|
|
|