Home
last modified time | relevance | path

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

12

/linux/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/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/tools/testing/selftests/arm64/mte/
A DMakefile9 CFLAGS += -std=gnu99 -I. -pthread
10 LDFLAGS += -pthread
/linux/tools/testing/selftests/sync/
A DMakefile2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
4 LDFLAGS += -pthread
/linux/tools/virtio/ringtest/
A DMakefile7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/linux/include/acpi/platform/
A Daclinux.h193 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
/linux/tools/build/feature/
A DMakefile48 test-pthread-attr-setaffinity-np.bin \
49 test-pthread-barrier.bin \
98 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
101 $(OUTPUT)test-pthread-barrier.bin:
/linux/tools/testing/selftests/mount_setattr/
A DMakefile3 CFLAGS = -g -I../../../../usr/include/ -Wall -O2 -pthread
/linux/tools/testing/selftests/ptrace/
A DMakefile2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
/linux/tools/testing/selftests/pidfd/
A DMakefile2 CFLAGS += -g -I../../../../usr/include/ -pthread
/linux/tools/testing/selftests/filesystems/binderfs/
A DMakefile3 CFLAGS += -I../../../../../usr/include/ -pthread
/linux/tools/testing/selftests/timens/
A DMakefile4 CFLAGS := -Wall -Werror -pthread
/linux/tools/build/
A DMakefile.feature57 pthread-attr-setaffinity-np \
58 pthread-barrier \
/linux/tools/testing/selftests/powerpc/signal/
A DMakefile6 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
/linux/tools/virtio/virtio-trace/
A DMakefile3 CFLAGS = -O2 -Wall -pthread
/linux/tools/testing/selftests/futex/functional/
A DMakefile4 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
/linux/tools/testing/selftests/powerpc/math/
A DMakefile8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
/linux/tools/testing/selftests/cgroup/
A DMakefile2 CFLAGS += -Wall -pthread
/linux/tools/testing/selftests/memfd/
A DMakefile18 VAR_LDLIBS := -lfuse -pthread
/linux/tools/testing/selftests/powerpc/ptrace/
A DMakefile13 $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread
/linux/tools/testing/selftests/proc/
A DMakefile4 LDFLAGS += -pthread
/linux/Documentation/locking/
A Dpi-futex.rst64 locks (such as futex-based pthread mutexes) is priority inheritance:
78 As mentioned before, the userspace fastpath of PI-enabled pthread
115 possible anyway, due to existing ABI properties of pthread mutexes.]
/linux/tools/testing/selftests/x86/
A DMakefile37 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
/linux/tools/testing/selftests/kvm/
A DMakefile146 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
/linux/samples/bpf/
A DMakefile222 TPROGLDLIBS_xdpsock += -pthread -lcap
223 TPROGLDLIBS_xsk_fwd += -pthread

Completed in 50 milliseconds

12