STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
objc-sync.h File Reference
#include "objc.h"
#include "objc-decls.h"

Go to the source code of this file.

Enumerations

enum  { OBJC_SYNC_SUCCESS = 0, OBJC_SYNC_NOT_OWNING_THREAD_ERROR = -1, OBJC_SYNC_TIMED_OUT = -2, OBJC_SYNC_NOT_INITIALIZED = -3 }
 

Functions

objc_EXPORT int objc_sync_enter (id object)
 
objc_EXPORT int objc_sync_exit (id object)
 

Enumeration Type Documentation

anonymous enum
Enumerator
OBJC_SYNC_SUCCESS 
OBJC_SYNC_NOT_OWNING_THREAD_ERROR 
OBJC_SYNC_TIMED_OUT 
OBJC_SYNC_NOT_INITIALIZED 
58  {
63 };
Definition: objc-sync.h:59
Definition: objc-sync.h:60
Definition: objc-sync.h:61
Definition: objc-sync.h:62

Function Documentation

objc_EXPORT int objc_sync_enter ( id  object)
objc_EXPORT int objc_sync_exit ( id  object)