OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__thread_id
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc
134
__pool<false>::_M_reserve_block(size_t __bytes, const size_t
__thread_id
)
154
__bin._M_first[
__thread_id
] = __block;
163
__block = __bin._M_first[
__thread_id
];
164
__bin._M_first[
__thread_id
] = __block->_M_next;
281
const size_t
__thread_id
= _M_get_thread_id();
local
286
size_t __remove = __bin._M_free[
__thread_id
];
293
const _Atomic_word __reclaimed = __reclaimed_base[
__thread_id
];
294
const size_t __net_used = __bin._M_used[
__thread_id
] - __reclaimed;
304
__bin._M_used[
__thread_id
] -= __reclaimed;
305
__atomic_add(&__reclaimed_base[
__thread_id
], -__reclaimed)
[
all
...]
mt_allocator.cc
134
__pool<false>::_M_reserve_block(size_t __bytes, const size_t
__thread_id
)
154
__bin._M_first[
__thread_id
] = __block;
163
__block = __bin._M_first[
__thread_id
];
164
__bin._M_first[
__thread_id
] = __block->_M_next;
281
const size_t
__thread_id
= _M_get_thread_id();
local
286
size_t __remove = __bin._M_free[
__thread_id
];
293
const _Atomic_word __reclaimed = __reclaimed_base[
__thread_id
];
294
const size_t __net_used = __bin._M_used[
__thread_id
] - __reclaimed;
304
__bin._M_used[
__thread_id
] -= __reclaimed;
305
__atomic_add(&__reclaimed_base[
__thread_id
], -__reclaimed)
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc
134
__pool<false>::_M_reserve_block(size_t __bytes, const size_t
__thread_id
)
154
__bin._M_first[
__thread_id
] = __block;
163
__block = __bin._M_first[
__thread_id
];
164
__bin._M_first[
__thread_id
] = __block->_M_next;
281
const size_t
__thread_id
= _M_get_thread_id();
local
286
size_t __remove = __bin._M_free[
__thread_id
];
293
const _Atomic_word __reclaimed = __reclaimed_base[
__thread_id
];
294
const size_t __net_used = __bin._M_used[
__thread_id
] - __reclaimed;
304
__bin._M_used[
__thread_id
] -= __reclaimed;
305
__atomic_add(&__reclaimed_base[
__thread_id
], -__reclaimed)
[
all
...]
mt_allocator.cc
134
__pool<false>::_M_reserve_block(size_t __bytes, const size_t
__thread_id
)
154
__bin._M_first[
__thread_id
] = __block;
163
__block = __bin._M_first[
__thread_id
];
164
__bin._M_first[
__thread_id
] = __block->_M_next;
281
const size_t
__thread_id
= _M_get_thread_id();
local
286
size_t __remove = __bin._M_free[
__thread_id
];
293
const _Atomic_word __reclaimed = __reclaimed_base[
__thread_id
];
294
const size_t __net_used = __bin._M_used[
__thread_id
] - __reclaimed;
304
__bin._M_used[
__thread_id
] -= __reclaimed;
305
__atomic_add(&__reclaimed_base[
__thread_id
], -__reclaimed)
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
mt_allocator.h
226
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
337
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
348
size_t
__thread_id
)
352
__block->_M_thread_id =
__thread_id
;
353
--__bin._M_free[
__thread_id
];
354
++__bin._M_used[
__thread_id
];
719
const size_type
__thread_id
= __pool._M_get_thread_id();
local
726
if (__bin._M_first[
__thread_id
])
730
_Block_record* __block = __bin._M_first[
__thread_id
];
731
__bin._M_first[
__thread_id
] = __block->_M_next
[
all
...]
mt_allocator.h
226
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
337
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
348
size_t
__thread_id
)
352
__block->_M_thread_id =
__thread_id
;
353
--__bin._M_free[
__thread_id
];
354
++__bin._M_used[
__thread_id
];
719
const size_type
__thread_id
= __pool._M_get_thread_id();
local
726
if (__bin._M_first[
__thread_id
])
730
_Block_record* __block = __bin._M_first[
__thread_id
];
731
__bin._M_first[
__thread_id
] = __block->_M_next
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
mt_allocator.h
224
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
335
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
346
size_t
__thread_id
)
350
__block->_M_thread_id =
__thread_id
;
351
--__bin._M_free[
__thread_id
];
352
++__bin._M_used[
__thread_id
];
717
const size_type
__thread_id
= __pool._M_get_thread_id();
local
724
if (__bin._M_first[
__thread_id
])
728
_Block_record* __block = __bin._M_first[
__thread_id
];
729
__bin._M_first[
__thread_id
] = __block->_M_next
[
all
...]
mt_allocator.h
224
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
335
_M_reserve_block(size_t __bytes, const size_t
__thread_id
);
346
size_t
__thread_id
)
350
__block->_M_thread_id =
__thread_id
;
351
--__bin._M_free[
__thread_id
];
352
++__bin._M_used[
__thread_id
];
717
const size_type
__thread_id
= __pool._M_get_thread_id();
local
724
if (__bin._M_first[
__thread_id
])
728
_Block_record* __block = __bin._M_first[
__thread_id
];
729
__bin._M_first[
__thread_id
] = __block->_M_next
[
all
...]
Completed in 64 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026