Searched refs:pthread (Results 1 – 13 of 13) sorted by relevance
2 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)3 LDFLAGS := $(LDFLAGS) -pthread -lrt
7 gcc -o tests/$testname -pthread -lpthread $i liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &> /dev/null19 gcc -o tests/$testname -pthread -lpthread -Iinclude $i &> /dev/null
35 pthread_t pthread; member122 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe()129 ret = pthread_join(td->pthread, NULL); in bench_sched_pipe()
182 #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) argument
2 CFLAGS = -O2 -Wall -pthread
29 test-pthread-attr-setaffinity-np.bin \57 test-pthread-attr-setaffinity-np.bin:
15 CFLAGS := -O2 -g -std=gnu99 -pthread -Wall
63 locks (such as futex-based pthread mutexes) is priority inheritance:77 As mentioned before, the userspace fastpath of PI-enabled pthread114 possible anyway, due to existing ABI properties of pthread mutexes.]
50 pthread-attr-setaffinity-np \
125 #include <pthread.h>
223 ifeq ($(feature-pthread-attr-setaffinity-np), 1)
543 #include <pthread.h>
59 64 bit pointer) is currently used by the pthread library as a pointer to