Searched refs:sync_pool_array (Results 1 – 1 of 1) sorted by relevance
146 static lock_node_ptr sync_pool_array[SYNC_NUMBER_OF_POOLS]; variable194 sync_pool_array[i] = new_node; in __objc_sync_init()268 node = sync_pool_array[hash]; in objc_sync_enter()330 new_node->next = sync_pool_array[hash]; in objc_sync_enter()331 sync_pool_array[hash] = new_node; in objc_sync_enter()435 node = sync_pool_array[hash]; in objc_sync_exit()