Results 1 to 13 of 13

Thread: do control return back returning to previous slot/function from where signal generate

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2006
    Posts
    122
    Thanks
    18
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: do control return back returning to previous slot/function from where signal gene

    no i donot want thread to wait. only thing i want is simultaneous reading from fifo or socket and availability of newly read data in gui thread. I think i have been misunderstood here i want thread to wait.
    Anyways on my uniprocessore machine one of the thread will wait when other is running.
    Last edited by quickNitin; 14th June 2006 at 03:34. Reason: addition to post

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: do control return back returning to previous slot/function from where signal gene

    Quote Originally Posted by quickNitin
    Anyways on my uniprocessore machine one of the thread will wait when other is running.
    But you won't know in what moment will it happen and this can lead to race conditions.

  3. #3
    Join Date
    Apr 2006
    Posts
    122
    Thanks
    18
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: do control return back returning to previous slot/function from where signal gene

    agreed to it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.