Searched refs:pthread (Results 1 – 25 of 26) sorted by relevance
12
21 $(OUTPUT)/tm-tmspr: CFLAGS += -pthread22 $(OUTPUT)/tm-vmx-unavail: CFLAGS += -pthread -m6424 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx25 $(OUTPUT)/tm-trap: CFLAGS += -O0 -pthread -m6426 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m6427 $(OUTPUT)/tm-signal-pagefault: CFLAGS += -pthread -m64
13 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" &&
34 pthread_t pthread; member121 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe()128 ret = pthread_join(td->pthread, NULL); in bench_sched_pipe()
2 CFLAGS += -O2 -g -std=gnu89 -pthread -Wall -Wextra4 LDFLAGS += -pthread
7 CFLAGS += -pthread -O2 -ggdb -flto -fwhole-program8 LDFLAGS += -pthread -O2 -ggdb -flto -fwhole-program
193 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
2 CFLAGS += -g -I../../../../usr/include/ -pthread
2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
3 CFLAGS += -I../../../../../usr/include/ -pthread
4 CFLAGS := -Wall -Werror -pthread
6 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
3 CFLAGS = -O2 -Wall -pthread
46 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:
3 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
2 CFLAGS += -Wall -pthread
8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
57 pthread-attr-setaffinity-np \58 pthread-barrier \
18 VAR_LDLIBS := -lfuse -pthread
13 $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread
64 locks (such as futex-based pthread mutexes) is priority inheritance:78 As mentioned before, the userspace fastpath of PI-enabled pthread115 possible anyway, due to existing ABI properties of pthread mutexes.]
36 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
207 TPROGLDLIBS_xdpsock += -pthread208 TPROGLDLIBS_xsk_fwd += -pthread
109 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
130 #include <pthread.h>
341 ifeq ($(feature-pthread-attr-setaffinity-np), 1)345 ifeq ($(feature-pthread-barrier), 1)