Is there a way to execute an entire objective-c atomic function?
As far as I know, the use of synchronization only protects the specific world of code from the simultaneous execution of multiple threads. But I want ALL other threads to do NOTHING while I perform the function.
The Thread Programming Guide ) has a wealth of information. He specifically mentions to avoid synchronization (which is ridiculous because you sometimes cannot), but they offer some suggestions on this issue.
, . , , . , , - .
. .
, , , , , API- Mach ( Mac OS X).
.
, ?
Source: https://habr.com/ru/post/1752276/More articles:Studying advanced concepts, technologies, frameworks, internal components, etc. For a .NET developer in the context of Android development? - javapopulate a table from one to the other - mysqlSuper CSV (Java) - чтение файлов с пробелами в именах столбцов - javaDo Python dictionaries really offer a better way to formulate operator expressions? - pythonMySQL: products, attributes, stock levels - mysqlConditionally print stack trace on error page Depending on log level using Facelets, Seam and Logback - java-eehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1752278/what-class-should-have-ability-to-set-a-password-repository-user-etc&usg=ALkJrhjoU62im7cieQQdlAC4MtDM7MnT3gReading ShellExecute () output file in Delphi 2010? - delphiDynamic SSH port forwarding ('ssh -D') in Python - pythonTeamCity - MSBuild - SVN - AssemblyVersion - C # - c #All Articles