Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6711155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:06:22+00:00 2026-05-26T08:06:22+00:00

Possible Duplicate: objective-c : @synchronized, how does it work? when i have three methods:

  • 0

Possible Duplicate:
objective-c : @synchronized, how does it work?

when i have three methods:

    -(void)  a {
        @synchronized(self) {
          //part a
        }
     }

    -(void) b {
         @synchronized(self) {
          //part b 
     }

   -(void) c {
        // part c
    }

and thread is in part a , then will be part c blocked for other threads?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:06:22+00:00Added an answer on May 26, 2026 at 8:06 am

    Only @synchronized blocks interact with each other. As long as one thread is executing either part A or part B, no other thread can enter part A or part B. Part C is not affected by this in any way.

    Your new comment above made a bit clearer, what you are actually asking.

    In @synchronized(self), self is not the thing that is locked itself, it is used as a lock to guarantee that only one thread at a time can enter the @synchronized block.

    As the official documentation explains: you can use any object as a semaphore.

    The chapter on synchronization has a comprehensive description of all available locking options, btw.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How does @synchronized lock/unlock in Objective-C? I have an application that creates
Possible Duplicate: How does the Google Did you mean? Algorithm work? Suppose you have
Possible Duplicate: How do I concatenate strings in Objective-C? I have this: [NSURL URLWithString:
Possible Duplicate: Objective-C - When to use 'self' I am having problem understanding the
Possible Duplicate: Caret in objective C What does this ^ syntax mean in Objective-C?
Possible Duplicate: Protected methods in objective-c I am a Java developer who is starting
Possible Duplicate: In Objective-C why should I check if self = [super init] is
Possible Duplicate: How to copy an object in objective c I have a very
Possible Duplicate: How does the new automatic reference counting mechanism work? Can someone explain
Possible Duplicate: objective c difference between id and void * For example, an UIView

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.