Searched refs:thread (Results 1 – 16 of 16) sorted by relevance
/build/make/tools/rbcrun/ |
D | host_test.go | 58 thread := &starlark.Thread{ 59 Load: func(thread *starlark.Thread, module string) (starlark.StringDict, error) { 65 starlarktest.SetReporter(thread, t) 69 return thread 84 thread := &starlark.Thread{ 85 Load: func(thread *starlark.Thread, module string) (starlark.StringDict, error) { 91 starlarktest.SetReporter(thread, t) 94 thread.SetLocal(executionModeKey, ExecutionModeRbc) 95 thread.SetLocal(shellKey, "/bin/sh") 96 if _, err := starlark.ExecFile(thread, filename, nil, rbcBuiltins); err != nil { [all …]
|
D | host.go | 124 func loader(thread *starlark.Thread, module string) (starlark.StringDict, error) { 125 mode := thread.Local(executionModeKey).(ExecutionMode) 126 allowExternalEntrypoint := thread.Local(allowExternalEntrypointKey).(bool) 137 callingFile := thread.Local(callingFileKey).(string) 174 childThread := &starlark.Thread{Name: "exec " + module, Load: thread.Load} 179 if v := thread.Local(testReporterKey); v != nil { 187 childThread.SetLocal(shellKey, thread.Local(shellKey)) 284 func shell(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 290 shellPath := thread.Local(shellKey).(string) 319 func log(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tupl…
|
/build/soong/ui/tracer/ |
D | tracer.go | 45 Begin(name string, thread Thread) 46 End(thread Thread) 47 Complete(name string, thread Thread, begin, end uint64) 49 CountersAtTime(name string, thread Thread, time uint64, counters []Counter) 193 func (t *tracerImpl) defineThread(thread Thread, name string) { 198 Tid: uint64(thread), 220 func (t *tracerImpl) Begin(name string, thread Thread) { 226 Tid: uint64(thread), 231 func (t *tracerImpl) End(thread Thread) { 236 Tid: uint64(thread), [all …]
|
/build/release/aconfig/ap3a/com.android.net.thread.flags/ |
D | thread_enabled_flag_values.textproto | 2 package: "com.android.net.thread.flags"
|
D | Android.bp | 16 name: "aconfig-values-platform_build_release-ap3a-com.android.net.thread.flags-all", 17 package: "com.android.net.thread.flags",
|
/build/release/aconfig/trunk_staging/com.android.net.thread.flags/ |
D | thread_enabled_flag_values.textproto | 2 package: "com.android.net.thread.flags"
|
D | Android.bp | 16 name: "aconfig-values-platform_build_release-trunk_staging-com.android.net.thread.flags-all", 17 package: "com.android.net.thread.flags",
|
/build/release/aconfig/trunk_staging/com.android.net.thread.platform.flags/ |
D | thread_enabled_platform_flag_values.textproto | 2 package: "com.android.net.thread.platform.flags"
|
D | Android.bp | 16 …name: "aconfig-values-platform_build_release-trunk_staging-com.android.net.thread.platform.flags-a… 17 package: "com.android.net.thread.platform.flags",
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | KatiCommandImpl.java | 129 private static void joinThread(Thread thread) { in joinThread() argument 132 thread.join(); in joinThread()
|
/build/make/core/ |
D | config_sanitizers.mk | 247 my_sanitize := $(filter-out thread,$(my_sanitize)) 304 ifneq ($(filter thread,$(my_sanitize)),) 307 my_sanitize := $(filter-out thread,$(my_sanitize)) 323 ifneq ($(filter address thread hwaddress,$(my_sanitize)),) 336 ifneq ($(filter address thread,$(strip $(SANITIZE_TARGET))),) 416 ifneq ($(filter address thread,$(my_sanitize)),) 417 my_cflags += -fno-sanitize-trap=address,thread 551 ifeq ($(filter address thread scudo hwaddress,$(my_sanitize)),)
|
/build/soong/ui/metrics/proc/ |
D | status_linux_test.go | 86 Speculation_Store_Bypass: thread vulnerable
|
/build/release/aconfig/trunk_staging/ |
D | Android.bp | 67 … "aconfig-values-platform_build_release-trunk_staging-com.android.net.thread.platform.flags-all", 165 "aconfig-values-platform_build_release-trunk_staging-com.android.net.thread.flags-all",
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 277 LOCAL_SANITIZE := thread cfi asdf 285 thread: true,
|
/build/release/aconfig/ap3a/ |
D | Android.bp | 154 "aconfig-values-platform_build_release-ap3a-com.android.net.thread.flags-all",
|
/build/soong/cc/ |
D | sanitize_test.go | 341 thread: true, 365 thread: true,
|