| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 67 (pthread_cond_t *, pthread_mutex_t *); 87 (pthread_mutex_t *__mutex); 91 (pthread_mutex_t *__mutex); 93 (pthread_mutex_t *__mutex); 95 (pthread_mutex_t *__mutex, const struct timespec *); 97 (pthread_mutex_t *__mutex); 311 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() 345 pthread_mutex_t *__rte_restrict mutex, in pthread_cond_timedwait() 474 int pthread_mutex_lock(pthread_mutex_t *mutex) in pthread_mutex_lock() 481 int pthread_mutex_trylock(pthread_mutex_t *mutex) in pthread_mutex_trylock() [all …]
|
| H A D | main.c | 36 __thread pthread_mutex_t print_lock; 38 __thread pthread_mutex_t exit_lock;
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | pthread.h | 33 typedef CRITICAL_SECTION pthread_mutex_t; typedef 154 pthread_mutex_init(pthread_mutex_t *mutex, in pthread_mutex_init() 162 pthread_mutex_lock(pthread_mutex_t *mutex) in pthread_mutex_lock() 169 pthread_mutex_unlock(pthread_mutex_t *mutex) in pthread_mutex_unlock() 176 pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy()
|
| /f-stack/freebsd/sys/ |
| H A D | _pthreadtypes.h | 71 typedef struct pthread_mutex *pthread_mutex_t; typedef 97 pthread_mutex_t mutex;
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | fd_man.h | 26 pthread_mutex_t fd_mutex; 27 pthread_mutex_t fd_pooling_mutex;
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.h | 53 int zpool_find_import_blkid(libpc_handle_t *hdl, pthread_mutex_t *lock, 68 pthread_mutex_t *rn_lock;
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 202 static inline int hinic_mutex_init(pthread_mutex_t *pthreadmutex, in hinic_mutex_init() 214 static inline int hinic_mutex_destroy(pthread_mutex_t *pthreadmutex) in hinic_mutex_destroy() 225 static inline int hinic_mutex_lock(pthread_mutex_t *pthreadmutex) in hinic_mutex_lock() 250 static inline int hinic_mutex_unlock(pthread_mutex_t *pthreadmutex) in hinic_mutex_unlock()
|
| H A D | hinic_pmd_mbox.h | 61 pthread_mutex_t mbox_send_mutex; 62 pthread_mutex_t msg_send_mutex;
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi.h | 81 pthread_mutex_t *mutex; /* to be passed to spi_transaction_dev */ 109 pthread_mutex_t lock; 110 pthread_mutex_t *mutex; /* multi-process mutex from adapter */
|
| H A D | opae_i2c.h | 96 pthread_mutex_t lock; 97 pthread_mutex_t *mutex; /* multi-process mutex from adapter */
|
| H A D | opae_hw_api.c | 312 static void opae_mutex_init(pthread_mutex_t *mutex) in opae_mutex_init() 361 static pthread_mutex_t *opae_adapter_mutex_open(struct opae_adapter *adapter) in opae_adapter_mutex_open() 373 shm_id = opae_shm_open(shm_name, sizeof(pthread_mutex_t), &new_shm); in opae_adapter_mutex_open() 379 ptr = mmap(NULL, sizeof(pthread_mutex_t), in opae_adapter_mutex_open() 382 adapter->lock = (pthread_mutex_t *)ptr; in opae_adapter_mutex_open() 408 ret = munmap(adapter->lock, sizeof(pthread_mutex_t)); in opae_adapter_mutex_close()
|
| H A D | opae_hw_api.h | 275 pthread_mutex_t spi_mutex; 276 pthread_mutex_t i2c_mutex; 296 pthread_mutex_t *lock; /* multi-process mutex for IFPGA */
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.c | 86 *mutex = (pthread_mutex_t*)ZSTD_malloc(sizeof(pthread_mutex_t)); in ZSTD_pthread_mutex_init()
|
| H A D | threading.h | 87 #define ZSTD_pthread_mutex_t pthread_mutex_t 112 #define ZSTD_pthread_mutex_t pthread_mutex_t*
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libuutil_impl.h | 118 pthread_mutex_t ulp_lock; /* protects null_list */ 164 pthread_mutex_t uap_lock; /* protects null_avl */
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.h | 586 pthread_mutex_t xpcs_mutex; 587 pthread_mutex_t i2c_mutex; 588 pthread_mutex_t an_mutex; 589 pthread_mutex_t phy_mutex;
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_misc.c | 57 static pthread_mutex_t uu_key_lock = PTHREAD_MUTEX_INITIALIZER; 62 static pthread_mutex_t uu_panic_lock = PTHREAD_MUTEX_INITIALIZER;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | mtx.h | 16 pthread_mutex_t lock;
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/ |
| H A D | getexecname.c | 38 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in getexecname()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_ulp.h | 52 pthread_mutex_t flow_db_lock; 78 pthread_mutex_t bnxt_ulp_mutex;
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.h | 127 pthread_mutex_t vq_config_lock; 130 pthread_mutex_t timer_lock;
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/ |
| H A D | getexecname.c | 38 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in getexecname()
|
| /f-stack/freebsd/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool_impl.h | 66 pthread_mutex_t tp_mutex; /* protects the pool data */
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_thread.h | 20 typedef pthread_mutex_t ngx_thread_mutex_t;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | mutex.h | 43 pthread_mutex_t lock; 46 pthread_mutex_t lock;
|