Results 1 to 2 of 2

Thread: threading

  1. #1
    Join Date
    Nov 2016
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default threading

    using Qreadwritelock() how to run two threads simultaneously...

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: threading

    QReadWriteLock is for synchronizing access between threads.
    It basically prevents two thread from running simultantiously.

    Cheers,
    _

Similar Threads

  1. How to threading data in app?
    By tanthinh1510 in forum Qt Quick
    Replies: 34
    Last Post: 6th April 2015, 12:35
  2. Threading with rsh and rcp
    By jaxrpc in forum Newbie
    Replies: 2
    Last Post: 4th June 2010, 11:50
  3. Threading...?
    By sekatsim in forum Qt Programming
    Replies: 12
    Last Post: 10th June 2008, 01:14
  4. Qt Threading
    By avh in forum Newbie
    Replies: 7
    Last Post: 30th May 2008, 20:20
  5. Sub-Threading
    By TheGrimace in forum Qt Programming
    Replies: 4
    Last Post: 7th June 2007, 16:38

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.