Searched refs:thread_arg (Results 1 – 12 of 12) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | linux-core-attach.c | 47 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 …]
|
D | linux-pid-attach.c | 324 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()
|
D | libdwfl.h | 686 bool (*set_initial_registers) (Dwfl_Thread *thread, void *thread_arg) 698 void (*thread_detach) (Dwfl_Thread *thread, void *thread_arg)
|
D | ChangeLog | 1566 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/ |
D | dwfl-proc-attach.c | 64 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() argument 66 int *threads = (int *) thread_arg; in thread_callback()
|
D | backtrace-data.c | 176 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
|
D | backtrace-dwarf.c | 117 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() argument
|
D | backtrace.c | 244 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused))) in thread_callback() argument
|
/third_party/astc-encoder/Source/ |
D | astcenccli_platform_dependents.cpp | 56 void* thread_arg in pthread_create() argument 60 *thread = CreateThread(nullptr, 0, func, thread_arg, 0, nullptr); in pthread_create()
|
/third_party/elfutils/src/ |
D | stack.c | 457 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/ |
D | libdwfl.h | 686 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/ |
D | mutex.cc | 481 PerThreadSynch *thread_arg, in SynchWaitParams() 487 thread(thread_arg), in SynchWaitParams()
|