OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_thread_local
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/allocator/
rosalloc.h
319
// |
is_thread_local
|
394
void SetIsThreadLocal(bool
is_thread_local
) {
395
is_thread_local_ =
is_thread_local
? 1 : 0;
[
all
...]
rosalloc.cc
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
1402
val
is_thread_local
: llvalue -> bool
var
[
all
...]
llvm.ml
613
external
is_thread_local
: llvalue -> bool = "llvm_is_thread_local"
[
all
...]
/external/llvm/test/Bindings/OCaml/
core.ml
512
insist (
is_thread_local
g);
[
all
...]
Completed in 111 milliseconds