Home
last modified time | relevance | path

Searched refs:pthread (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/
A DMakefile21 $(OUTPUT)/tm-tmspr: CFLAGS += -pthread
22 $(OUTPUT)/tm-vmx-unavail: CFLAGS += -pthread -m64
24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
25 $(OUTPUT)/tm-trap: CFLAGS += -O0 -pthread -m64
26 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64
27 $(OUTPUT)/tm-signal-pagefault: CFLAGS += -pthread -m64
/linux-6.3-rc2/tools/perf/bench/
A Dsched-pipe.c34 pthread_t pthread; member
121 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe()
128 ret = pthread_join(td->pthread, NULL); in bench_sched_pipe()
/linux-6.3-rc2/tools/testing/selftests/arm64/mte/
A DMakefile4 CFLAGS += -std=gnu99 -I. -pthread
5 LDFLAGS += -pthread
/linux-6.3-rc2/tools/testing/selftests/sync/
A DMakefile2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
4 LDFLAGS += -pthread
/linux-6.3-rc2/tools/virtio/ringtest/
A DMakefile7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/linux-6.3-rc2/tools/virtio/
A DMakefile8 CFLAGS += -pthread
9 LDFLAGS += -pthread
/linux-6.3-rc2/include/acpi/platform/
A Daclinux.h198 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/
A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
/linux-6.3-rc2/tools/testing/selftests/ptrace/
A DMakefile2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
/linux-6.3-rc2/tools/testing/selftests/filesystems/binderfs/
A DMakefile3 CFLAGS += $(KHDR_INCLUDES) -pthread
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A DMakefile2 CFLAGS += -g $(KHDR_INCLUDES) -pthread -Wall
/linux-6.3-rc2/tools/testing/selftests/timens/
A DMakefile4 CFLAGS := -Wall -Werror -pthread
/linux-6.3-rc2/tools/virtio/virtio-trace/
A DMakefile3 CFLAGS = -O2 -Wall -pthread
/linux-6.3-rc2/tools/testing/selftests/powerpc/signal/
A DMakefile8 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
/linux-6.3-rc2/tools/testing/selftests/futex/functional/
A DMakefile3 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES) $(KHDR_INCLUDES)
/linux-6.3-rc2/tools/perf/tests/shell/coresight/memcpy_thread/
A DMakefile8 LIB=-pthread
/linux-6.3-rc2/tools/perf/tests/shell/coresight/thread_loop/
A DMakefile8 LIB=-pthread
/linux-6.3-rc2/tools/perf/tests/shell/coresight/unroll_loop_thread/
A DMakefile8 LIB=-pthread
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A DMakefile2 CFLAGS += -Wall -pthread
/linux-6.3-rc2/tools/build/feature/
A DMakefile49 test-pthread-attr-setaffinity-np.bin \
50 test-pthread-barrier.bin \
108 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
111 $(OUTPUT)test-pthread-barrier.bin:
/linux-6.3-rc2/tools/testing/selftests/memfd/
A DMakefile16 VAR_LDLIBS := -lfuse -pthread
/linux-6.3-rc2/tools/testing/selftests/powerpc/math/
A DMakefile8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
/linux-6.3-rc2/tools/testing/selftests/proc/
A DMakefile4 LDFLAGS += -pthread
/linux-6.3-rc2/Documentation/block/
A Dublk.rst119 pthread & io_uring for handling ublk IO), this command is sent to the
126 ublk server will release resources (such as destroying per-queue pthread &
140 pthread and try to allocate buffers in IO thread context.
232 ublk server needs to create per-queue IO pthread & io_uring for handling IO
233 commands via io_uring passthrough. The per-queue IO pthread
252 Sent from the server IO pthread for fetching future incoming IO requests
254 IO pthread for ublk driver to setup IO forward environment.
/linux-6.3-rc2/tools/build/
A DMakefile.feature57 pthread-attr-setaffinity-np \
58 pthread-barrier \

Completed in 28 milliseconds

12