Searched refs:threadID (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/openmp/libompd/gdb-plugin/ |
| H A D | ompdAPITests.c | 83 uint64_t threadID = (uint64_t)PyLong_AsLong(threadIdTup); in test_ompd_get_thread_handle() local 85 ompd_size_t sizeof_thread_id = sizeof(threadID); in test_ompd_get_thread_handle() 91 addr_handle, 1 /*lwp*/, sizeof_thread_id, &threadID, &thread_handle); in test_ompd_get_thread_handle() 106 rc = ompd_get_thread_handle(addr_handle, 4, sizeof_thread_id, &threadID, in test_ompd_get_thread_handle() 119 &threadID, &thread_handle); in test_ompd_get_thread_handle() 136 &threadID, NULL); in test_ompd_get_thread_handle() 144 rc = ompd_get_thread_handle(NULL, 1 /*lwp*/, sizeof_thread_id, &threadID, in test_ompd_get_thread_handle() 456 uint64_t threadID; in test_ompd_get_thread_id() local 457 ompd_size_t sizeof_thread_id = sizeof(threadID); in test_ompd_get_thread_id() 461 sizeof_thread_id, &threadID); in test_ompd_get_thread_id() [all …]
|
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThread.h | 128 static bool GetBasicInfo(thread_t threadID, 130 static bool GetExtendedInfo(thread_t threadID,
|
| /llvm-project/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 5802 int threadID; 5819 threadID = (tid % (chunk + 1)) % __kmp_nth_per_core; 5822 threadID = ((tid - big_cores) % chunk) % __kmp_nth_per_core; 5832 __kmp_topology->at(coreID * __kmp_nth_per_core + threadID).os_id; 5468 int threadID; __kmp_balanced_affinity() local
|