Home
last modified time | relevance | path

Searched refs:chain_lock (Results 1 – 25 of 42) sorted by relevance

12

/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A Dutil.cpp437 struct sembuf chain_lock[2]; in flag_that_i_am_running() local
499 chain_lock[0].sem_num = 0; in flag_that_i_am_running()
500 chain_lock[0].sem_op = 0; in flag_that_i_am_running()
501 chain_lock[0].sem_flg = IPC_NOWAIT; in flag_that_i_am_running()
502 chain_lock[1].sem_num = 0; in flag_that_i_am_running()
503 chain_lock[1].sem_op = 1; in flag_that_i_am_running()
504 chain_lock[1].sem_flg = SEM_UNDO | IPC_NOWAIT; in flag_that_i_am_running()
506 rc = semop(semid, &chain_lock[0], 2); in flag_that_i_am_running()
/dports/net/ptunnel/PingTunnel/
H A Dptunnel.c710 pthread_mutex_lock(&chain_lock); in pt_proxy()
718 pthread_mutex_unlock(&chain_lock); in pt_proxy()
723 pthread_mutex_lock(&chain_lock); in pt_proxy()
764 pthread_mutex_unlock(&chain_lock); in pt_proxy()
779 pthread_mutex_lock(&chain_lock); in pt_proxy()
831 pthread_mutex_lock(&chain_lock); in pt_proxy()
959 pthread_mutex_lock(&chain_lock); in handle_packet()
1108 pthread_mutex_lock(&chain_lock); in create_and_insert_proxy_desc()
1117 pthread_mutex_unlock(&chain_lock); in create_and_insert_proxy_desc()
1149 pthread_mutex_lock(&chain_lock); in create_and_insert_proxy_desc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1081 mutex_lock(&root->chain_lock); in __mlx5_create_flow_table()
1138 mutex_unlock(&root->chain_lock); in __mlx5_create_flow_table()
1147 mutex_unlock(&root->chain_lock); in __mlx5_create_flow_table()
1959 mutex_lock(&root->chain_lock); in mlx5_add_flow_rules()
1995 mutex_unlock(&root->chain_lock); in mlx5_add_flow_rules()
2129 mutex_lock(&root->chain_lock); in mlx5_destroy_flow_table()
2139 mutex_unlock(&root->chain_lock); in mlx5_destroy_flow_table()
3027 mutex_lock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
3045 mutex_unlock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
3050 mutex_unlock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
[all …]
H A Dfs_core.h268 struct mutex chain_lock; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1081 mutex_lock(&root->chain_lock); in __mlx5_create_flow_table()
1138 mutex_unlock(&root->chain_lock); in __mlx5_create_flow_table()
1147 mutex_unlock(&root->chain_lock); in __mlx5_create_flow_table()
1959 mutex_lock(&root->chain_lock); in mlx5_add_flow_rules()
1995 mutex_unlock(&root->chain_lock); in mlx5_add_flow_rules()
2129 mutex_lock(&root->chain_lock); in mlx5_destroy_flow_table()
2139 mutex_unlock(&root->chain_lock); in mlx5_destroy_flow_table()
3027 mutex_lock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
3045 mutex_unlock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
3050 mutex_unlock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
[all …]
H A Dfs_core.h268 struct mutex chain_lock; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1081 mutex_lock(&root->chain_lock); in __mlx5_create_flow_table()
1138 mutex_unlock(&root->chain_lock); in __mlx5_create_flow_table()
1147 mutex_unlock(&root->chain_lock); in __mlx5_create_flow_table()
1959 mutex_lock(&root->chain_lock); in mlx5_add_flow_rules()
1995 mutex_unlock(&root->chain_lock); in mlx5_add_flow_rules()
2129 mutex_lock(&root->chain_lock); in mlx5_destroy_flow_table()
2139 mutex_unlock(&root->chain_lock); in mlx5_destroy_flow_table()
3027 mutex_lock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
3045 mutex_unlock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
3050 mutex_unlock(&root->chain_lock); in mlx5_fs_add_rx_underlay_qpn()
[all …]
H A Dfs_core.h268 struct mutex chain_lock; member
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed.c96 pthread_rwlock_t chain_lock; member
114 &(((plant_priv_data_t *)((leaf)->private_data))->ldata.chain_lock) : \
115 &(((leaf_priv_data_t *)((leaf)->private_data))->chain_lock))
503 pthread_rwlock_init(&pdata->ldata.chain_lock, NULL); in weed_leaf_new()
519 pthread_rwlock_init(&ldata->chain_lock, NULL); in weed_leaf_new()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/ogg/
H A Dgstoggdemux.h154 GMutex chain_lock; /* we need the lock to protect the chains */ member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_lock.cpp1821 static kmp_bootstrap_lock_t chain_lock = variable
1822 KMP_BOOTSTRAP_LOCK_INITIALIZER(chain_lock);
1836 __kmp_init_bootstrap_lock(&chain_lock); in __kmp_init_speculative_stats()
1841 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1852 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1885 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
1890 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_lock.cpp1801 static kmp_bootstrap_lock_t chain_lock = variable
1802 KMP_BOOTSTRAP_LOCK_INITIALIZER(chain_lock);
1816 __kmp_init_bootstrap_lock(&chain_lock); in __kmp_init_speculative_stats()
1821 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1832 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1865 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
1870 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_lock.cpp1818 static kmp_bootstrap_lock_t chain_lock = variable
1819 KMP_BOOTSTRAP_LOCK_INITIALIZER(chain_lock);
1833 __kmp_init_bootstrap_lock(&chain_lock); in __kmp_init_speculative_stats()
1838 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1849 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1882 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
1887 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_lock.cpp1818 static kmp_bootstrap_lock_t chain_lock = variable
1819 KMP_BOOTSTRAP_LOCK_INITIALIZER(chain_lock);
1833 __kmp_init_bootstrap_lock(&chain_lock); in __kmp_init_speculative_stats()
1838 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1849 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1882 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
1887 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_lock.cpp1822 static kmp_bootstrap_lock_t chain_lock = variable
1823 KMP_BOOTSTRAP_LOCK_INITIALIZER(chain_lock);
1837 __kmp_init_bootstrap_lock(&chain_lock); in __kmp_init_speculative_stats()
1842 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1853 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1886 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
1891 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_lock.cpp1818 static kmp_bootstrap_lock_t chain_lock = variable
1819 KMP_BOOTSTRAP_LOCK_INITIALIZER(chain_lock);
1833 __kmp_init_bootstrap_lock(&chain_lock); in __kmp_init_speculative_stats()
1838 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1849 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_remember_lock()
1882 __kmp_acquire_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()
1887 __kmp_release_bootstrap_lock(&chain_lock); in __kmp_accumulate_speculative_stats()

12