dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]System.Threading


From: Abhaya Agarwal\s
Subject: [DotGNU]System.Threading
Date: Wed, 6 Mar 2002 15:33:48 +0530

Hi,

Gopal said that no internal method should come up in the pnetlib but what 
about these from System.Threading.Thread :

<code>
        [MethodImpl(MethodImplOptions.InternalCall)]
        extern private static void InternalSleep(int timeout);

        // Start the thread executing.
        [MethodImpl(MethodImplOptions.InternalCall)]
        extern public void Start();

        // Perform volatile read operations.
        [MethodImpl(MethodImplOptions.InternalCall)]
        extern public static byte VolatileRead(ref byte address);
</code>

cheers,
abhaya


reply via email to

[Prev in Thread] Current Thread [Next in Thread]