Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpbacktrace-windows.c107 Thread thread_times[MAX_N_THREADS]; variable
485 if (i < n_thread_times && thread->tid == thread_times[i].tid) in gimp_backtrace_new()
487 thread->last_time = thread_times[i].time; in gimp_backtrace_new()
495 if (thread->tid == thread_times[j].tid) in gimp_backtrace_new()
497 thread->last_time = thread_times[j].time; in gimp_backtrace_new()
518 thread_times[i].tid = backtrace->threads[i].tid; in gimp_backtrace_new()
519 thread_times[i].time = backtrace->threads[i].time; in gimp_backtrace_new()
/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dtaskmanager.cpp191 NgProfiler::thread_times = new size_t[alloc_size]; in StartWorkers()
193 NgProfiler::thread_times[i] = 0; in StartWorkers()
219 … NgProfiler::timers[j].tottime += 1.0/frequ * NgProfiler::thread_times[i*NgProfiler::SIZE+j]; in StopWorkers()
222 delete [] NgProfiler::thread_times; in StopWorkers()
223 NgProfiler::thread_times = NgProfiler::dummy_thread_times.data(); in StopWorkers()
H A Dprofiler.hpp39 NGCORE_API static TTimePoint * thread_times; member in ngcore::NgProfiler
78 thread_times[tid*SIZE+nr] -= GetTimeCounter(); // NOLINT in StartThreadTimer()
83 thread_times[tid*SIZE+nr] += GetTimeCounter(); // NOLINT in StopThreadTimer()
H A Dprofiler.cpp12 size_t * NgProfiler::thread_times = NgProfiler::dummy_thread_times.data(); // NOLINT member in ngcore::NgProfiler
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/executors/
H A Dthis_thread_executors.cpp348 std::uint64_t overall_times = 0, thread_times = 0; in run() local
356 overall_times, thread_times, idle_loop_count, busy_loop_count, in run()
361 overall_times, thread_times, idle_loop_count, busy_loop_count, in run()
H A Dthread_pool_executors.cpp344 std::uint64_t overall_times = 0, thread_times = 0; in run() local
352 overall_times, thread_times, idle_loop_count, busy_loop_count, in run()
357 overall_times, thread_times, idle_loop_count, busy_loop_count, in run()
/dports/lang/racket/racket-8.3/share/pkgs/profile-lib/
H A Drender-json.rkt23 'thread_times
77 (for/list ([t (hash-ref j 'thread_times)])
/dports/devel/gdb/gdb-11.1/gdb/
H A Ddarwin-nat-info.c145 struct task_thread_times_info thread_times; in info_mach_task_command() member
188 (task_info_t) & task_info_data.thread_times, in info_mach_task_command()
191 PRINT_TV_FIELD (&task_info_data.thread_times, user_time); in info_mach_task_command()
192 PRINT_TV_FIELD (&task_info_data.thread_times, system_time); in info_mach_task_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddarwin-nat-info.c142 struct task_thread_times_info thread_times; in info_mach_task_command() member
185 (task_info_t) & task_info_data.thread_times, in info_mach_task_command()
188 PRINT_TV_FIELD (&task_info_data.thread_times, user_time); in info_mach_task_command()
189 PRINT_TV_FIELD (&task_info_data.thread_times, system_time); in info_mach_task_command()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddarwin-nat-info.c143 struct task_thread_times_info thread_times; in info_mach_task_command() member
186 (task_info_t) & task_info_data.thread_times, in info_mach_task_command()
189 PRINT_TV_FIELD (&task_info_data.thread_times, user_time); in info_mach_task_command()
190 PRINT_TV_FIELD (&task_info_data.thread_times, system_time); in info_mach_task_command()