X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=ipc.tex;h=fa3f73c61f49e3fb744c3d2cee463182801387b1;hp=c241c773faf2d22ea1db29c02f1cecdd23371aeb;hb=66e83c068629844f84fe4a0d44b382f756c9ef32;hpb=b93afedb7d7b01ba1f0b5ea4caaa281f38cb8e6d diff --git a/ipc.tex b/ipc.tex index c241c77..fa3f73c 100644 --- a/ipc.tex +++ b/ipc.tex @@ -1,6 +1,6 @@ %% ipc.tex %% -%% Copyright (C) 2000-2004 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2005 Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the %% Free Software Foundation; with the Invariant Sections being "Un preambolo", @@ -3762,7 +3762,7 @@ mascherati. In realtà a partire dal kernel 2.5.7 è stato introdotto un meccanismo di sincronizzazione completamente nuovo, basato sui cosiddetti -\textit{futex}\footnote{la sigla sta per \textit{faxt user mode mutex}.}, con +\textit{futex}\footnote{la sigla sta per \textit{fast user mode mutex}.}, con il quale dovrebbe essere possibile implementare una versione nativa dei semafori; esso è già stato usato con successo per reimplementare in maniera più efficiente tutte le direttive di sincronizzazione previste per i thread