Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m495 # We used to check for pthread.h first, but this fails if pthread.h
131 ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pth…
149 # pthread: Linux, etcetera
151 # pthread-config: use pthread-config program (for GNU Pth library)
168 ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags"
197 ax_pthread_flags="-mt,pthread pthread $ax_pthread_flags"
264 PTHREAD_CFLAGS="-pthread"
331 -mt,pthread)
342 pthread-config)
346 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
[all …]
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c214 if (multiple_kthread_on && dev->pthread != NULL) { in kni_release()
215 kthread_stop(dev->pthread); in kni_release()
216 dev->pthread = NULL; in kni_release()
256 kni->pthread = kthread_create(kni_thread_multiple, in kni_run_thread()
258 if (IS_ERR(kni->pthread)) { in kni_run_thread()
264 kthread_bind(kni->pthread, kni->core_id); in kni_run_thread()
265 wake_up_process(kni->pthread); in kni_run_thread()
467 if (multiple_kthread_on && dev->pthread != NULL) { in kni_ioctl_release()
468 kthread_stop(dev->pthread); in kni_ioctl_release()
469 dev->pthread = NULL; in kni_ioctl_release()
H A Dkni_dev.h48 struct task_struct *pthread; member
/f-stack/freebsd/contrib/dev/acpica/include/platform/
H A Dacfreebsd.h216 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
/f-stack/freebsd/sys/
H A D_pthreadtypes.h46 struct pthread;
67 typedef struct pthread *pthread_t;
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst388 pthread, and in so far as the host OS is concerned it is a regular pthread
916 pthread API compatibility
976 pthread mutex lock.
1044 pthread.
1060 from pthread local storage at its new home.
1081 use of the pthread shim.
1096 invokes the genuine pthread function.
1141 Building and running the pthread shim
1147 To build and run the pthread shim example
1157 dpdk-pthread-shim -c core_mask -n number_of_channels
[all …]
/f-stack/app/micro_thread/
H A DMakefile45 C_ARGS += -march=pentium4 -m32 -DSUS_LINUX -pthread
47 C_ARGS += -m64 -DSUS_LINUX -pthread
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A DMakefile.am23 ztest_LDFLAGS = -pthread
/f-stack/app/nginx-1.16.1/auto/lib/perl/
H A Dconf55 # FreeBSD port wants to link with -pthread non-threaded perl
56 ngx_perl_ldopts=`echo $ngx_perl_ldopts | sed 's/ -pthread//'`
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.pc.in14 Libs.private: -luutil -lm -pthread
H A DMakefile.am81 libzfs_la_LDFLAGS = -pthread
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.pc.in13 Libs.private: @LIBCLOCK_GETTIME@ @LIBUDEV_LIBS@ -lm -pthread
H A DMakefile.am21 libzfs_core_la_LDFLAGS = -pthread
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst546 Multiple pthread
549 DPDK usually pins one pthread per core to avoid the overhead of task switching.
562 EAL pthread and lcore Affinity
598 non-EAL pthread support
605 - a non registered non-EAL pthread with a LCORE_ID_ANY,
619 * *_cpuset* stores the CPUs bitmap to which the pthread is affinitized.
667 - a pthread doing multi-producers enqueues on a given ring must not
668 be preempted by another pthread doing a multi-producer enqueue on
670 - a pthread doing multi-consumers dequeues on a given ring must not
671 be preempted by another pthread doing a multi-consumer dequeue on
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A DMakefile.am27 libuutil_la_LDFLAGS = -pthread
/f-stack/example/
H A DMakefile17 LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -pthread -lnuma
/f-stack/dpdk/examples/kni/
H A DMakefile30 LDFLAGS += -pthread
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A DMakefile.am47 zed_LDFLAGS = -pthread
/f-stack/dpdk/examples/vhost/
H A DMakefile22 LDFLAGS += -pthread
/f-stack/dpdk/examples/l2fwd-keepalive/
H A DMakefile22 LDFLAGS += -pthread -lrt
/f-stack/dpdk/examples/vhost_blk/
H A DMakefile24 LDFLAGS += -pthread
/f-stack/dpdk/examples/ntb/
H A DMakefile25 LDFLAGS += -pthread
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A DMakefile22 MULTITHREAD_LDFLAGS = -pthread
/f-stack/dpdk/doc/guides/nics/
H A Dkni.rst68 ``no_request_thread``, by default PMD creates a pthread for each KNI interface
71 With ``no_request_thread`` option, pthread is not created and control commands
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DMakefile111 …AE_DIR)/ae.o $(AE_DIR)/zmalloc.o $(AE_DIR)/../deps/jemalloc/lib/libjemalloc.a -pthread $(STLIBNAME)
133 …DE_DIR)/QtCore -L$(QT_LIBRARY_DIR) qt-adapter-moc.o qt-example-moc.o $< -pthread $(STLIBNAME) -lQt…

12