Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 16 of 16) sorted by relevance

/build/make/tools/rbcrun/
Dhost_test.go58 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 …]
Dhost.go124 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/
Dtracer.go45 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/
Dthread_enabled_flag_values.textproto2 package: "com.android.net.thread.flags"
DAndroid.bp16 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/
Dthread_enabled_flag_values.textproto2 package: "com.android.net.thread.flags"
DAndroid.bp16 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/
Dthread_enabled_platform_flag_values.textproto2 package: "com.android.net.thread.platform.flags"
DAndroid.bp16 …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/
DKatiCommandImpl.java129 private static void joinThread(Thread thread) { in joinThread() argument
132 thread.join(); in joinThread()
/build/make/core/
Dconfig_sanitizers.mk247 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/
Dstatus_linux_test.go86 Speculation_Store_Bypass: thread vulnerable
/build/release/aconfig/trunk_staging/
DAndroid.bp67 … "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/
Dandroidmk_test.go277 LOCAL_SANITIZE := thread cfi asdf
285 thread: true,
/build/release/aconfig/ap3a/
DAndroid.bp154 "aconfig-values-platform_build_release-ap3a-com.android.net.thread.flags-all",
/build/soong/cc/
Dsanitize_test.go341 thread: true,
365 thread: true,