Searched refs:_S_key (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_tree.h | 596 static const _Key& _S_key(_Link_type __x) in _S_key() function 609 static const _Key& _S_key(_Base_ptr __x) in _S_key() function 830 _M_key_compare(_KeyOfValue()(__v), _S_key(__y))) { in _M_insert() 865 __x = _M_key_compare(_KeyOfValue()(__v), _S_key(__x)) ? in insert_equal() 884 __comp = _M_key_compare(_KeyOfValue()(__v), _S_key(__x)); in insert_unique() 893 if (_M_key_compare(_S_key(__j._M_node), _KeyOfValue()(__v))) in insert_unique() 907 _M_key_compare(_KeyOfValue()(__v), _S_key(__position._M_node))) in insert_unique() 913 if (_M_key_compare(_S_key(_M_rightmost()), _KeyOfValue()(__v))) in insert_unique() 920 if (_M_key_compare(_S_key(__before._M_node), _KeyOfValue()(__v)) in insert_unique() 921 && _M_key_compare(_KeyOfValue()(__v), _S_key(__position._M_node))) { in insert_unique() [all …]
|
H A D | pthread_alloc | 101 static pthread_key_t _S_key; 134 pthread_getspecific(_S_key))) { 160 pthread_getspecific(_S_key))) { 208 if (pthread_key_create(&_S_key, _S_destructor)) { 214 if (pthread_setspecific(_S_key, __result)) abort(); 251 pthread_getspecific(_S_key); 344 pthread_key_t _Pthread_alloc_template<_Max_size>::_S_key;
|