Searched refs:pthread (Results 1 – 20 of 20) sorted by relevance
18 $(OUTPUT)/tm-tmspr: CFLAGS += -pthread19 $(OUTPUT)/tm-vmx-unavail: CFLAGS += -pthread -m6421 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx22 $(OUTPUT)/tm-trap: CFLAGS += -O0 -pthread -m64
3 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)4 LDFLAGS := $(LDFLAGS) -pthread -lrt
8 gcc -o tests/$testname -pthread $i liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &> /dev/null22 gcc -o tests/$testname -pthread -Iinclude $i &> /dev/null
37 pthread_t pthread; member124 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe()131 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
180 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
41 test-pthread-attr-setaffinity-np.bin \42 test-pthread-barrier.bin \86 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:89 $(OUTPUT)test-pthread-barrier.bin:
3 CFLAGS = -O2 -Wall -pthread
58 pthread-attr-setaffinity-np \59 pthread-barrier \
8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
15 ptrace-pkey core-pkey: LDLIBS += -pthread
24 LDFLAGS += -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.]
35 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
192 HOSTLDLIBS_xdpsock += -pthread
285 ifeq ($(feature-pthread-attr-setaffinity-np), 1)289 ifeq ($(feature-pthread-barrier), 1)
125 #include <pthread.h>
765 #include <pthread.h>
59 64 bit pointer) is currently used by the pthread library as a pointer to