HomeSort by relevance Sort by last modified time
    Searched refs:StartThread (Results 1 - 25 of 44) sorted by null

1 2

  /external/compiler-rt/test/tsan/
simple_stack.c 36 void StartThread(pthread_t *t, void *(*f)(void*)) {
43 StartThread(&t[0], Thread1);
44 StartThread(&t[1], Thread2);
61 // CHECK-NEXT: #1 StartThread{{.*}} {{.*}}simple_stack.c:37{{(:3)?}} ({{.*}})
65 // CHECK-NEXT: #1 StartThread{{.*}} {{.*}}simple_stack.c:37{{(:3)?}} ({{.*}})
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.c 19 int StartThread() {
issue6997_linux.go 15 extern int StartThread();
24 r := C.StartThread()
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6997_linux.c 19 int StartThread() {
issue6997_linux.go 15 extern int StartThread();
24 r := C.StartThread()
  /external/webrtc/webrtc/base/
platform_thread.h 84 static DWORD WINAPI StartThread(void* param);
89 static void* StartThread(void* param);
platform_thread.cc 119 DWORD WINAPI PlatformThread::StartThread(void* param) {
124 void* PlatformThread::StartThread(void* param) {
140 thread_ = ::CreateThread(NULL, 1024 * 1024, &StartThread, this,
147 RTC_CHECK_EQ(0, pthread_create(&thread_, &attr, &StartThread, this));
  /external/stressapptest/src/
logger.h 55 // By default log lines are written in the calling thread. Call StartThread()
105 void StartThread();
logger.cc 59 void Logger::StartThread() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 70 registry->StartThread(0, 0, 0);
78 registry->StartThread(i, 0, 0);
88 registry->StartThread(i, 0, 0);
115 registry->StartThread(tid, 0, 0);
192 args->registry->StartThread(tids[i], 0, (void*)args->shard);
203 registry->StartThread(0, 0, 0);
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function.cc 42 thread_.reset(options_.env->StartThread(
batch_scheduler_test.cc 89 Env::Default()->StartThread(ThreadOptions(), "test", [&batch]() {
103 std::unique_ptr<Thread> delete_thread(Env::Default()->StartThread(
  /external/tensorflow/tensorflow/core/platform/
env.h 249 virtual Thread* StartThread(const ThreadOptions& thread_options,
338 Thread* StartThread(const ThreadOptions& thread_options, const string& name,
340 return target_->StartThread(thread_options, name, fn);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 118 void StartThread(u32 tid, uptr os_id, void *arg);
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_server_lib.cc 68 gdr_thread_.reset(worker_env()->env->StartThread(
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_cache.cc 93 thread_.reset(Env::Default()->StartThread(
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.h 59 pruning_thread_.reset(env_->StartThread(ThreadOptions(), "TF_prune_FBC",
gcs_dns_cache.cc 74 worker_.reset(env_->StartThread(
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 73 // StartThread
78 ServiceRef::StartThread()
669 sdRef->StartThread();
719 sdRef->StartThread();
855 sdRef->StartThread();
891 sdRef->StartThread();
919 sdRef->StartThread();
998 sdRef->StartThread();
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 100 thread_registry->StartThread(tid, os_id, &args);
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.cc 102 verbs_thread_.reset(worker_env()->env->StartThread(
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_allocator_retry_test.cc 127 consumers_.push_back(Env::Default()->StartThread(
  /external/tensorflow/tensorflow/core/lib/core/
threadpool.cc 51 return env_->StartThread(thread_options_, name_, [=]() {
  /external/tensorflow/tensorflow/core/platform/posix/
env.cc 84 Thread* StartThread(const ThreadOptions& thread_options, const string& name,
  /external/tensorflow/tensorflow/core/platform/windows/
env.cc 81 Thread* StartThread(const ThreadOptions& thread_options, const string& name,

Completed in 388 milliseconds

1 2