Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Dlinux-core-attach.c47 struct thread_arg struct
110 struct thread_arg *thread_arg; in core_next_thread() local
114 thread_arg = malloc (sizeof (*thread_arg)); in core_next_thread()
115 if (thread_arg == NULL) in core_next_thread()
120 thread_arg->core_arg = core_arg; in core_next_thread()
121 *thread_argp = thread_arg; in core_next_thread()
124 thread_arg = (struct thread_arg *) *thread_argp; in core_next_thread()
159 thread_arg->note_offset = offset; in core_next_thread()
163 free (thread_arg); in core_next_thread()
170 struct thread_arg *thread_arg = thread_arg_voidp; in core_set_initial_registers() local
[all …]
Dlinux-pid-attach.c324 pid_set_initial_registers (Dwfl_Thread *thread, void *thread_arg) in pid_set_initial_registers() argument
326 struct __libdwfl_pid_arg *pid_arg = thread_arg; in pid_set_initial_registers()
364 pid_thread_detach (Dwfl_Thread *thread, void *thread_arg) in pid_thread_detach() argument
366 struct __libdwfl_pid_arg *pid_arg = thread_arg; in pid_thread_detach()
Dlibdwfl.h686 bool (*set_initial_registers) (Dwfl_Thread *thread, void *thread_arg)
698 void (*thread_detach) (Dwfl_Thread *thread, void *thread_arg)
DChangeLog1566 is NULL. Reset core_arg->thread_note_offset and malloc a thread_arg
1567 in that case. Free thread_arg if there are no more threads.
/third_party/elfutils/tests/
Ddwfl-proc-attach.c64 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() argument
66 int *threads = (int *) thread_arg; in thread_callback()
Dbacktrace-data.c176 void *thread_arg __attribute__ ((unused))) in set_initial_registers() argument
249 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__ ((unused))) in thread_callback() argument
Dbacktrace-dwarf.c117 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() argument
Dbacktrace.c244 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) in thread_callback() argument
/third_party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp56 void* thread_arg in pthread_create() argument
60 *thread = CreateThread(nullptr, 0, func, thread_arg, 0, nullptr); in pthread_create()
/third_party/elfutils/src/
Dstack.c457 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() argument
459 struct frames *frames = (struct frames *) thread_arg; in thread_callback()
463 switch (dwfl_thread_getframes (thread, frame_callback, thread_arg)) in thread_callback()
/third_party/elfutils/include/elfutils/
Dlibdwfl.h686 bool (*set_initial_registers) (Dwfl_Thread *thread, void *thread_arg)
698 void (*thread_detach) (Dwfl_Thread *thread, void *thread_arg)
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc481 PerThreadSynch *thread_arg, in SynchWaitParams()
487 thread(thread_arg), in SynchWaitParams()