Retourner au contenu associé (entrée de forum : glib::2 threads en parallele, pb de synchro...)
Posté par Wi][ish le 08 mai 2005 à 15:14. En réponse au message glib::2 threads en parallele, pb de synchro.... Évalué à 1.
GTK+ is "thread aware" but not thread safe — it provides a global lock controlled by gdk_threads_enter()/gdk_threads_leave() which protects all use of GTK+. That is, only one thread can use GTK+ at any given time.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Only one thread can use GTK+
Posté par Wi][ish . En réponse au message glib::2 threads en parallele, pb de synchro.... Évalué à 1.