Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dobjc-sync.c146 static lock_node_ptr sync_pool_array[SYNC_NUMBER_OF_POOLS]; variable
194 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()