[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
does method invocation involve a lock?
From: |
Tom Sheffler |
Subject: |
does method invocation involve a lock? |
Date: |
Fri, 21 Sep 2018 07:49:54 -0700 |
This question is for my own research: I’m curious about whether invoking [obj
method] can block. If obj is allocated, and method is simple, does method
invocation involve a lock.
I think the answer is YES. But I looked at the source code for objc_msgSend
and didn’t see anything that looked like it acquired a lock.
Thanks for any insights.
-Tom
- does method invocation involve a lock?,
Tom Sheffler <=