Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/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()