Searched refs:objc_mutex_allocate (Results 1 – 21 of 21) sorted by relevance
184 sync_pool_protection_locks[i] = objc_mutex_allocate (); in __objc_sync_init()188 new_node->lock = objc_mutex_allocate (); in __objc_sync_init()324 new_node->lock = objc_mutex_allocate (); in objc_sync_enter()
32 objc_mutex_allocate
251 objc_mutex_allocate (void) in objc_mutex_allocate() function
48 __protocols_hashtable_lock = objc_mutex_allocate (); in __objc_protocols_init()
221 objc_mutex_allocate(void), objc_mutex_t250 Allocates a new mutex, called by objc_mutex_allocate.
175 __class_table_lock = objc_mutex_allocate (); in class_table_setup()
604 __objc_runtime_mutex = objc_mutex_allocate (); in __objc_exec_class()
63 accessors_locks[i] = objc_mutex_allocate ();
69 objc_mutex_t objc_mutex_allocate (void);
113 Mutex = objc_mutex_allocate();
11887 (objc_mutex_allocate): Cast mutex->owner to _objc_thread_t.