/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
use_registers.cc | 41 pthread_t thread_id; local 42 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
|
use_stacks_threaded.cc | 26 pthread_t thread_id; local 27 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
|
disabler_in_tsd_destructor.cc | 32 pthread_t thread_id; local 33 res = pthread_create(&thread_id, 0, thread_func, 0); 35 res = pthread_join(thread_id, 0);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stoptheworld_testlib.cc | 48 pthread_t thread_id; local 49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
|
/external/valgrind/main/helgrind/tests/ |
tc03_re_excl.c | 25 pthread_t thread_id; local 30 pthread_create(&thread_id, 0, worker_thread, (void*)x); 36 pthread_join(thread_id, 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
pipe_barrier_test.c | 52 int thread_id = *((int *) thread_data); local 54 printf("thread %d starting\n", thread_id); 55 os_time_sleep(thread_id * 1000 * 1000); 56 printf("thread %d before barrier\n", thread_id); 58 printf("thread %d exiting\n", thread_id);
|
/external/mesa3d/src/gallium/tests/unit/ |
pipe_barrier_test.c | 52 int thread_id = *((int *) thread_data); local 54 printf("thread %d starting\n", thread_id); 55 os_time_sleep(thread_id * 1000 * 1000); 56 printf("thread %d before barrier\n", thread_id); 58 printf("thread %d exiting\n", thread_id);
|
/external/chromium/base/threading/ |
platform_thread_unittest.cc | 67 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::FunctionTestThread 85 EXPECT_NE(thread.thread_id(), main_thread_id); 102 EXPECT_NE(thread[n].thread_id(), main_thread_id);
|
/external/chromium_org/base/threading/ |
platform_thread_unittest.cc | 71 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::FunctionTestThread 89 EXPECT_NE(thread.thread_id(), main_thread_id); 109 EXPECT_NE(thread[n].thread_id(), main_thread_id); 113 EXPECT_NE(thread[i].thread_id(), thread[n].thread_id());
|
/external/chromium_org/base/win/ |
scoped_handle.cc | 20 DWORD thread_id; member in struct:__anon6435::Info 36 DWORD thread_id = GetCurrentThreadId(); local 40 Info handle_info = { owner, pc1, pc2, thread_id };
|
scoped_process_information.h | 71 // instance. Note that the related thread_id will also be cleared. 90 DWORD thread_id() const { function in class:base::win::ScopedProcessInformation
|
/external/chromium_org/chrome/browser/web_resource/ |
json_asynchronous_unpacker.cc | 35 BrowserThread::ID thread_id; variable 36 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id)); 41 this, thread_id, json_data)); 88 void StartProcessOnIOThread(BrowserThread::ID thread_id, 91 this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get());
|
/external/chromium_org/content/child/ |
quota_message_filter.cc | 34 int thread_id = 0; local 39 thread_id = found->second; 43 if (!thread_id) { 47 WorkerTaskRunner::Instance()->PostTask(thread_id, closure); 51 void QuotaMessageFilter::RegisterRequestID(int request_id, int thread_id) { 53 request_id_map_[request_id] = thread_id;
|
/external/chromium_org/remoting/tools/ |
breakpad_tester_win.cc | 71 DWORD thread_id; local 74 &thread_id));
|
/external/chromium_org/third_party/leveldatabase/ |
chromium_logger.h | 24 const long long unsigned int thread_id = local 55 thread_id);
|
/external/protobuf/gtest/test/ |
gtest-port_test.cc | 97 pthread_t thread_id; local 106 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); 113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
|
/external/chromium_org/chrome_frame/ |
bho_loader.cc | 42 DWORD thread_id = GetWindowThreadProcessId(window, NULL); local 43 _ASSERTE(thread_id == GetCurrentThreadId());
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
posix_logger.h | 29 const uint64_t thread_id = (*gettid_)(); local 61 static_cast<long long unsigned int>(thread_id));
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx_context.h | 56 pthread_t thread_id; member in struct:apple_glx_context
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
gki_int.h | 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon22207
|
/external/libnfc-nci/src/gki/ulinux/ |
gki_int.h | 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon22219
|
/external/mesa3d/src/glx/apple/ |
apple_glx_context.h | 56 pthread_t thread_id; member in struct:apple_glx_context
|
/external/bluetooth/bluedroid/btif/co/ |
bta_hh_co.c | 139 pthread_t thread_id = -1; local 140 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 ) 146 return thread_id;
|
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_int.h | 74 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon3418
|
/external/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.cc | 156 int thread_id = omp_get_thread_num(); local 158 int thread_id = 0; 182 linear_solvers[thread_id],
|