Home
last modified time | relevance | path

Searched refs:GetCurThreadId (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp179 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()
[all …]