objc

Functions
mutex.h File Reference

Object synchronization and locking functions for the Objective-C runtime. More...

#include "runtime.h"
Include dependency graph for mutex.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Object synchronization and locking functions for the Objective-C runtime.

Definition in file mutex.h.