Searched refs:pthread (Results 1 – 25 of 28) 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
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()
9 CFLAGS += -std=gnu99 -I. -pthread10 LDFLAGS += -pthread
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
48 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:
3 CFLAGS = -g -I../../../../usr/include/ -Wall -O2 -pthread
2 CFLAGS += -std=c99 -pthread -iquote../../../../include/uapi -Wall
2 CFLAGS += -g -I../../../../usr/include/ -pthread
3 CFLAGS += -I../../../../../usr/include/ -pthread
4 CFLAGS := -Wall -Werror -pthread
57 pthread-attr-setaffinity-np \58 pthread-barrier \
6 $(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
3 CFLAGS = -O2 -Wall -pthread
4 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
8 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
2 CFLAGS += -Wall -pthread
18 VAR_LDLIBS := -lfuse -pthread
13 $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread
4 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.]
37 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
146 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
222 TPROGLDLIBS_xdpsock += -pthread -lcap223 TPROGLDLIBS_xsk_fwd += -pthread
Completed in 50 milliseconds