HomeSort by relevance Sort by last modified time
    Searched defs:StartThread (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.c 17 int StartThread() {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6997_linux.c 17 int StartThread() {
  /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)?}} ({{.*}})
  /system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc 55 StartThread();
96 void StartThread() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 269 void ThreadRegistry::StartThread(u32 tid, uptr os_id, void *arg) {
  /external/webrtc/webrtc/base/
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));
  /system/core/adb/
shell_service.cpp 168 static bool StartThread(std::unique_ptr<Subprocess> subprocess,
403 bool Subprocess::StartThread(std::unique_ptr<Subprocess> subprocess, std::string* error) {
767 if (!Subprocess::StartThread(std::move(subprocess), &error)) {

Completed in 334 milliseconds