home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 32,184 of 33,346   
   Pete Becker to nroberts   
   Re: C++'s new threading model...compatib   
   23 Apr 12 12:47:51   
   
   3b41c58f   
   From: pete@versatilecoding.com   
      
   On 2012-04-23 17:37:46 +0000, nroberts said:   
      
   > To take advantage of C++'s new threading stuff (the memory model and   
   > such...I don't actually know all that's involved)   
      
   threads   
   mutexes   
   locks   
   condition variables   
   once functions   
   thread-local objects   
   futures   
   atomic variables   
      
   >  will you be forced   
   > to use the C++ threading API or will you still be able to use system   
   > specific libraries such as pthreads?   
      
   pthreads will work as well as it has in the past. The C++ memory model   
   is a set of requirements on interactions between memory accesses and   
   calls to functions in the Standard C++ library. It does not impose   
   requirements on interactions with other libraries, except, of course,   
   to the extent that those libraries are based on calls to functions in   
   the Standard C++ library.   
      
   --   
      Pete   
   Roundhouse Consulting, Ltd. (www.versatilecoding.com) Author of "The   
   Standard C++ Library Extensions: a Tutorial and Reference   
   (www.petebecker.com/tr1book)   
      
      
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca