Searched refs:_blocks_tail (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c649 struct _block_item *_blocks_tail; member in struct:__CFRunLoop
1340 loop->_blocks_tail = NULL;
1623 struct _block_item *tail = rl->_blocks_tail;
1625 rl->_blocks_tail = NULL;
1661 if (!rl->_blocks_tail) rl->_blocks_tail = tail;
2762 if (!rl->_blocks_tail) {
2765 rl->_blocks_tail->_next = new_item;
2767 rl->_blocks_tail = new_item;

Completed in 89 milliseconds