CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Thread: Thread pausing

Threaded View

  1. #1
    Join Date
    Sep 2008
    Posts
    9

    Thread pausing

    Hi,

    I would like to measure how much time would be required when 2 threads are suspended by using wait() method and wake them up by using notify() method.


    But I get different nanoseconds everytime I run, so must be something wrong.
    Is anybody see what I made a mistakes?
    Last edited by mcbi; September 22nd, 2008 at 11:09 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured