What is pthread_cond_wait in PProf.jl output?

I got a pthread_cond_wait in my profilling with PProf.jl
What does that men? and how to avoid that or reduce that time?

That means you have some threads that are sleeping, so generally safe to ignore.