Home
last modified time | relevance | path

Searched refs:objc_mutex (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libobjc/objc/
H A Dthr.h54 struct objc_mutex struct
60 typedef struct objc_mutex *objc_mutex_t; argument
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dthr.c263 if (! (mutex = (objc_mutex_t)objc_malloc (sizeof (struct objc_mutex)))) in objc_mutex_allocate()