Home
last modified time | relevance | path

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

12

/Linux-v5.10/tools/testing/selftests/powerpc/tm/
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-v5.10/tools/lib/lockdep/
Drun_tests.sh13 if gcc -o "tests/$testname" -pthread "$i" liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &&
25 if gcc -o "tests/$testname" -pthread -Iinclude "$i" &&
38 if gcc -o "tests/$testname" -pthread -Iinclude "$i" &&
/Linux-v5.10/tools/perf/bench/
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-v5.10/tools/testing/selftests/sync/
DMakefile2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra
4 LDFLAGS += -pthread
/Linux-v5.10/tools/virtio/ringtest/
DMakefile7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
/Linux-v5.10/include/acpi/platform/
Daclinux.h193 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
/Linux-v5.10/tools/testing/selftests/pidfd/
DMakefile2 CFLAGS += -g -I../../../../usr/include/ -pthread
/Linux-v5.10/tools/testing/selftests/ptrace/
DMakefile2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
/Linux-v5.10/tools/testing/selftests/filesystems/binderfs/
DMakefile3 CFLAGS += -I../../../../../usr/include/ -pthread
/Linux-v5.10/tools/testing/selftests/timens/
DMakefile4 CFLAGS := -Wall -Werror -pthread
/Linux-v5.10/tools/testing/selftests/powerpc/signal/
DMakefile6 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
/Linux-v5.10/tools/virtio/virtio-trace/
DMakefile3 CFLAGS = -O2 -Wall -pthread
/Linux-v5.10/tools/build/feature/
DMakefile46 test-pthread-attr-setaffinity-np.bin \
47 test-pthread-barrier.bin \
98 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
101 $(OUTPUT)test-pthread-barrier.bin:
/Linux-v5.10/tools/testing/selftests/futex/functional/
DMakefile3 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
/Linux-v5.10/tools/testing/selftests/cgroup/
DMakefile2 CFLAGS += -Wall -pthread
/Linux-v5.10/tools/testing/selftests/powerpc/math/
DMakefile8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
/Linux-v5.10/tools/build/
DMakefile.feature57 pthread-attr-setaffinity-np \
58 pthread-barrier \
/Linux-v5.10/tools/testing/selftests/memfd/
DMakefile18 VAR_LDLIBS := -lfuse -pthread
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
DMakefile13 $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread
/Linux-v5.10/Documentation/locking/
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-v5.10/tools/testing/selftests/x86/
DMakefile36 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
/Linux-v5.10/samples/bpf/
DMakefile207 TPROGLDLIBS_xdpsock += -pthread
208 TPROGLDLIBS_xsk_fwd += -pthread
/Linux-v5.10/tools/testing/selftests/kvm/
DMakefile109 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
/Linux-v5.10/Documentation/usb/
Dgadget_hid.rst130 #include <pthread.h>
/Linux-v5.10/tools/perf/
DMakefile.config341 ifeq ($(feature-pthread-attr-setaffinity-np), 1)
345 ifeq ($(feature-pthread-barrier), 1)

12