parent
4a4e4279f0
commit
e6eaf938c3
@ -1635,10 +1635,6 @@ class PosixEnv : public Env {
|
|||||||
WakeUpAllThreads();
|
WakeUpAllThreads();
|
||||||
}
|
}
|
||||||
PthreadCall("unlock", pthread_mutex_unlock(&mu_));
|
PthreadCall("unlock", pthread_mutex_unlock(&mu_));
|
||||||
// TODO(sdong): temp logging. Need to help debugging. Remove it when
|
|
||||||
// the feature is proved to be stable.
|
|
||||||
fprintf(stdout, "Bg thread %zu terminates %llx\n", thread_id,
|
|
||||||
static_cast<long long unsigned int>(gettid()));
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
void (*function)(void*) = queue_.front().function;
|
void (*function)(void*) = queue_.front().function;
|
||||||
|
Loading…
Reference in New Issue
Block a user