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

/haiku/headers/cpp/
H A Dstl_tree.h596 static const _Key& _S_key(_Link_type __x) function in class:_Rb_tree
609 static const _Key& _S_key(_Base_ptr __x) function in class:_Rb_tree
830 _M_key_compare(_KeyOfValue()(__v), _S_key(__y))) {
865 __x = _M_key_compare(_KeyOfValue()(__v), _S_key(__x)) ?
884 __comp = _M_key_compare(_KeyOfValue()(__v), _S_key(__x));
893 if (_M_key_compare(_S_key(__j._M_node), _KeyOfValue()(__v)))
907 _M_key_compare(_KeyOfValue()(__v), _S_key(__position._M_node)))
913 if (_M_key_compare(_S_key(_M_rightmost()), _KeyOfValue()(__v)))
920 if (_M_key_compare(_S_key(__before._M_node), _KeyOfValue()(__v))
921 && _M_key_compare(_KeyOfValue()(__v), _S_key(__positio
[all...]
H A Dpthread_alloc101 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;

Completed in 36 milliseconds