OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_thread_local_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h
81
bool is_thread_local() const { return
is_thread_local_
; }
83
is_thread_local_
= is_thread_local;
301
bool
is_thread_local_
= false;
member in class:xla::BufferAllocation
/art/runtime/gc/allocator/
rosalloc.h
354
uint8_t
is_thread_local_
; // True if this run is used as a thread-local run.
member in class:art::gc::allocator::RosAlloc::Run
395
is_thread_local_
= is_thread_local ? 1 : 0;
398
return
is_thread_local_
!= 0;
[
all
...]
Completed in 237 milliseconds