Searched defs:thread (Results 1 – 25 of 244) sorted by relevance
12345678910
/openbmc/linux/tools/perf/util/ |
D | thread.h |
|
D | thread.c |
|
D | thread-stack.c |
|
D | counts.h |
|
D | db-export.c |
|
D | machine.c |
|
D | vdso.c |
|
/openbmc/linux/tools/perf/scripts/python/ |
D | stat-cpi.py |
|
/openbmc/linux/tools/perf/tests/ |
D | dwarf-unwind.c |
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
D | ptrace-noadv.c |
|
/openbmc/qemu/migration/ |
H A D | threadinfo.c | 28 MigrationThread *thread = g_new0(MigrationThread, 1); in migration_threads_add() local 39 void migration_threads_remove(MigrationThread *thread) in migration_threads_remove() 52 MigrationThread *thread = NULL; in qmp_query_migrationthreads() local
|
/openbmc/linux/drivers/of/ |
D | cpu.c |
|
/openbmc/linux/tools/usb/ |
D | ffs-test.c |
|
/openbmc/linux/drivers/acpi/acpica/ |
D | exmutex.c |
|
D | dswstate.c |
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
D | bench_local_storage_create.c |
|
/openbmc/linux/include/linux/iio/ |
D | triggered_buffer.h |
|
/openbmc/qemu/util/ |
H A D | qemu-thread-win32.c | 302 void *qemu_thread_join(QemuThread *thread) in qemu_thread_join() 350 void qemu_thread_create(QemuThread *thread, const char *name, in qemu_thread_create() 381 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity() 387 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, in qemu_thread_get_affinity() 393 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self() 399 HANDLE qemu_thread_get_handle(QemuThread *thread) in qemu_thread_get_handle() 420 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self()
|
H A D | qemu-thread-posix.c | 401 void qemu_thread_create(QemuThread *thread, const char *name, in qemu_thread_create() 444 int qemu_thread_set_affinity(QemuThread *thread, unsigned long *host_cpus, in qemu_thread_set_affinity() 471 int qemu_thread_get_affinity(QemuThread *thread, unsigned long **host_cpus, in qemu_thread_get_affinity() 513 void qemu_thread_get_self(QemuThread *thread) in qemu_thread_get_self() 518 bool qemu_thread_is_self(QemuThread *thread) in qemu_thread_is_self() 528 void *qemu_thread_join(QemuThread *thread) in qemu_thread_join()
|
/openbmc/linux/tools/perf/arch/powerpc/tests/ |
D | dwarf-unwind.c |
|
/openbmc/linux/tools/perf/arch/arm64/tests/ |
D | dwarf-unwind.c |
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
D | dwarf-unwind.c |
|
/openbmc/linux/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c |
|
/openbmc/linux/tools/testing/selftests/kvm/ |
D | hardware_disable_test.c |
|
/openbmc/linux/arch/arm/kernel/ |
D | xscale-cp0.c |
|
12345678910