| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 95 # 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 D | kni_misc.c | 214 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 D | kni_dev.h | 48 struct task_struct *pthread; member
|
| /f-stack/freebsd/contrib/dev/acpica/include/platform/ |
| H A D | acfreebsd.h | 216 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) argument
|
| /f-stack/freebsd/sys/ |
| H A D | _pthreadtypes.h | 46 struct pthread; 67 typedef struct pthread *pthread_t;
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 388 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 D | Makefile | 45 C_ARGS += -march=pentium4 -m32 -DSUS_LINUX -pthread 47 C_ARGS += -m64 -DSUS_LINUX -pthread
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | Makefile.am | 23 ztest_LDFLAGS = -pthread
|
| /f-stack/app/nginx-1.16.1/auto/lib/perl/ |
| H A D | conf | 55 # 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 D | libzfs.pc.in | 14 Libs.private: -luutil -lm -pthread
|
| H A D | Makefile.am | 81 libzfs_la_LDFLAGS = -pthread
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.pc.in | 13 Libs.private: @LIBCLOCK_GETTIME@ @LIBUDEV_LIBS@ -lm -pthread
|
| H A D | Makefile.am | 21 libzfs_core_la_LDFLAGS = -pthread
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 546 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 D | Makefile.am | 27 libuutil_la_LDFLAGS = -pthread
|
| /f-stack/example/ |
| H A D | Makefile | 17 LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -pthread -lnuma
|
| /f-stack/dpdk/examples/kni/ |
| H A D | Makefile | 30 LDFLAGS += -pthread
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | Makefile.am | 47 zed_LDFLAGS = -pthread
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | Makefile | 22 LDFLAGS += -pthread
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | Makefile | 22 LDFLAGS += -pthread -lrt
|
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | Makefile | 24 LDFLAGS += -pthread
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | Makefile | 25 LDFLAGS += -pthread
|
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | Makefile | 22 MULTITHREAD_LDFLAGS = -pthread
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | kni.rst | 68 ``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 D | Makefile | 111 …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…
|