Lines Matching refs:GetCurThreadId
179 pid_t inline __attribute__((always_inline)) GetCurThreadId() in GetCurThreadId() function
193 tnameData.tid = static_cast<uint32_t>(GetCurThreadId()); in UpdateThreadName()
438 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_malloc()
449 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_malloc()
457 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_malloc()
544 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_aligned_alloc()
555 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_aligned_alloc()
563 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_aligned_alloc()
650 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_calloc()
661 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_calloc()
670 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_calloc()
760 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_realloc()
774 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_realloc()
787 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_realloc()
903 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_free()
914 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_free()
924 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_free()
1021 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_mmap()
1032 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_mmap()
1041 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_mmap()
1124 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_munmap()
1135 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_munmap()
1145 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_munmap()
1192 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_prctl()
1247 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_memtrace()
1258 … GetRuntimeStackEnd(stackptr, &stackendptr, g_hookPid, GetCurThreadId()); // stack end pointer in hook_memtrace()
1267 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_memtrace()