Searched refs:thread (Results 1 – 7 of 7) 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 83 thread := &starlark.Thread{ 84 Load: func(thread *starlark.Thread, module string) (starlark.StringDict, error) { 90 starlarktest.SetReporter(thread, t) 93 if _, err := starlark.ExecFile(thread, filename, nil, builtins); err != nil { 106 thread := testSetup(t, []string{"CLI_FOO=foo"}) 107 if _, err := starlark.ExecFile(thread, "cli_and_env.star", nil, builtins); err != nil { [all …]
|
D | host.go | 62 func loader(thread *starlark.Thread, module string) (starlark.StringDict, error) { 70 modulePath, err := moduleName2AbsPath(module, thread.Local(callerDirKey).(string)) 92 childThread := &starlark.Thread{Name: "exec " + module, Load: thread.Load} 97 if v := thread.Local(testReporterKey); v != nil {
|
/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) 191 func (t *tracerImpl) defineThread(thread Thread, name string) { 196 Tid: uint64(thread), 218 func (t *tracerImpl) Begin(name string, thread Thread) { 224 Tid: uint64(thread), 229 func (t *tracerImpl) End(thread Thread) { 234 Tid: uint64(thread), 240 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) { [all …]
|
/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 | 212 my_sanitize := $(filter-out thread,$(my_sanitize)) 245 ifneq ($(filter thread,$(my_sanitize)),) 248 my_sanitize := $(filter-out thread,$(my_sanitize)) 264 ifneq ($(filter address thread hwaddress,$(my_sanitize)),) 277 ifneq ($(filter address thread,$(strip $(SANITIZE_TARGET))),) 355 ifneq ($(filter address thread,$(my_sanitize)),) 356 my_cflags += -fno-sanitize-trap=address,thread 484 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/soong/androidmk/androidmk/ |
D | androidmk_test.go | 277 LOCAL_SANITIZE := thread cfi asdf 285 thread: true,
|