Object synchronization and locking functions for the Objective-C runtime. More...
#include "runtime.h"
Go to the source code of this file.
Functions | |
int | objc_sync_enter (id obj) |
Acquire a lock on the specified object for thread synchronization. More... | |
int | objc_sync_exit (id obj) |
Release a lock on the specified object. More... | |