HomeSort by relevance Sort by last modified time
    Searched refs:thread_id (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/sync/
sync_stress_parallelism.c 42 int thread_id = (long)d; local
49 i * 2 + thread_id);
61 ASSERT(test_data_two_threads.counter == i * 2 + thread_id,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-3.c 59 pthread_t thread_id; local
83 rc = pthread_create(&thread_id, &attr, thread, NULL);
89 rc = pthread_join(thread_id, NULL);
2-4.c 59 pthread_t thread_id; local
84 rc = pthread_create(&thread_id, &attr, thread, NULL);
90 rc = pthread_join(thread_id, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
1-3.c 56 pthread_t thread_id; local
86 rc = pthread_create(&thread_id, &attr, thread, NULL);
92 rc = pthread_join(thread_id, NULL);
1-4.c 59 pthread_t thread_id; local
89 rc = pthread_create(&thread_id, &attr, thread, NULL);
96 rc = pthread_join(thread_id, NULL);
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
SimpleThreadPool.h 79 return pt->thread_id;
86 void WorkerLoop(int thread_id) {
90 pt->thread_id = thread_id;
131 constexpr PerThread() : pool(NULL), thread_id(-1) { }
133 int thread_id; // Worker thread index in pool. member in struct:Eigen::SimpleThreadPoolTempl::PerThread
NonBlockingThreadPool.h 79 Queue* q = queues_[pt->thread_id];
108 return pt->thread_id;
118 constexpr PerThread() : pool(NULL), rand(0), thread_id(-1) { }
121 int thread_id; // Worker thread index in pool. member in struct:Eigen::NonBlockingThreadPoolTempl::PerThread
135 void WorkerLoop(int thread_id) {
139 pt->thread_id = thread_id;
140 Queue* q = queues_[thread_id];
141 EventCount::Waiter* waiter = &waiters_[thread_id];
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 41 DWORD* thread_id,
51 thread_id_(thread_id),
149 bool ClientInfo::GetClientThreadId(DWORD* thread_id) const {
153 thread_id,
154 sizeof(*thread_id),
159 return bytes_count == sizeof(*thread_id);
  /external/libchrome/base/
observer_list_threadsafe.h 122 PlatformThreadId thread_id = PlatformThread::CurrentId(); local
125 if (observer_lists_.find(thread_id) == observer_lists_.end())
126 observer_lists_[thread_id] = new ObserverListContext(type_);
127 list = &(observer_lists_[thread_id]->list);
140 PlatformThreadId thread_id = PlatformThread::CurrentId(); local
143 typename ObserversListMap::iterator it = observer_lists_.find(thread_id);
  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 108 thread_id(0),
131 thread_id(arg_thread_id),
151 DWORD* thread_id; member in struct:google_breakpad::ProtocolMessage
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_os2.h 38 int thread_id; local
40 thread_id = _beginthread(func,
45 if (thread_id == -1) {
49 return thread_id;
  /external/python/cpython2/Python/
thread_os2.h 38 int thread_id; local
40 thread_id = _beginthread(func,
45 if (thread_id == -1) {
49 return thread_id;
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_int.h 33 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon114628
  /system/nfc/src/gki/ulinux/
gki_int.h 33 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon114657
  /cts/hostsidetests/security/securityPatch/Bug-36266767/
poc.c 37 pthread_t thread_id[THREAD_NUM+1] = { 0 }; variable
64 thread_ret[i] = pthread_create(thread_id + i, NULL, child_ioctl_0, NULL);
  /external/compiler-rt/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper_unittest_helper.cc 60 volatile pid_t thread_id = syscall(__NR_gettid); local
67 register volatile pid_t *thread_id_ptr asm(TID_PTR_REGISTER) = &thread_id;
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
asan_interface.h 95 int *thread_id);
101 int *thread_id);

Completed in 991 milliseconds

12 3 4 5 6 7 8 91011>>