OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_local_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc
543
ThreadIdToThreadLocals::iterator
thread_local_pos
=
local
545
if (
thread_local_pos
== thread_to_thread_locals->end()) {
546
thread_local_pos
= thread_to_thread_locals->insert(
550
ThreadLocalValues& thread_local_values =
thread_local_pos
->second;
602
ThreadIdToThreadLocals::iterator
thread_local_pos
=
local
604
if (
thread_local_pos
!= thread_to_thread_locals->end()) {
605
ThreadLocalValues& thread_local_values =
thread_local_pos
->second;
612
thread_to_thread_locals->erase(
thread_local_pos
);
gtest-port.cc
543
ThreadIdToThreadLocals::iterator
thread_local_pos
=
local
545
if (
thread_local_pos
== thread_to_thread_locals->end()) {
546
thread_local_pos
= thread_to_thread_locals->insert(
550
ThreadLocalValues& thread_local_values =
thread_local_pos
->second;
602
ThreadIdToThreadLocals::iterator
thread_local_pos
=
local
604
if (
thread_local_pos
!= thread_to_thread_locals->end()) {
605
ThreadLocalValues& thread_local_values =
thread_local_pos
->second;
612
thread_to_thread_locals->erase(
thread_local_pos
);
Completed in 81 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026