Giriş
Mutex üzerinde bekleyen hangi thread'in uyandıralacağı tanımlı değil. Açıklaması şöyle
Şöyle yaparız.
Mutex üzerinde bekleyen hangi thread'in uyandıralacağı tanımlı değil. Açıklaması şöyle
If there are threads blocked on the mutex object referenced by mutex when pthread_mutex_unlock() is called, resulting in the mutex becoming available, the scheduling policy shall determine which thread shall acquire the mutex.Örnek
Şöyle yaparız.
pthread_mutex_unlock (&mutex);
Hiç yorum yok:
Yorum Gönder