summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2022-04-21 17:09:51 (GMT)
committerGitHub <noreply@github.com>2022-04-21 17:09:51 (GMT)
commit2f86cba3ec7b9f46b84e8cd239a1fee242c15049 (patch)
tree491c1f08a68d92e400d939d96fefdc7bfef57ddc /src/H5CX.c
parentff7fe9e9af404591d3d50f3b33d190679529bb10 (diff)
parentec14985c8555bda02021568ea20295384a2cef7e (diff)
downloadhdf5-2f86cba3ec7b9f46b84e8cd239a1fee242c15049.zip
hdf5-2f86cba3ec7b9f46b84e8cd239a1fee242c15049.tar.gz
hdf5-2f86cba3ec7b9f46b84e8cd239a1fee242c15049.tar.bz2
Merge pull request #61 from HDFGroup/feature/vfd_swmr
VFD SWMR: Merges from develop (#1670)
Diffstat (limited to 'src/H5CX.c')
-rw-r--r--src/H5CX.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5CX.c b/src/H5CX.c
index c5bb8e4..8c54b61 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -705,7 +705,7 @@ H5CX__get_context(void)
{
H5CX_node_t **ctx = NULL;
- FUNC_ENTER_STATIC_NOERR
+ FUNC_ENTER_PACKAGE_NOERR
ctx = (H5CX_node_t **)H5TS_get_thread_local_value(H5TS_apictx_key_g);
@@ -754,7 +754,7 @@ H5CX__push_common(H5CX_node_t *cnode)
{
H5CX_node_t **head = NULL; /* Pointer to head of API context list */
- FUNC_ENTER_STATIC_NOERR
+ FUNC_ENTER_PACKAGE_NOERR
/* Sanity check */
HDassert(cnode);
@@ -3588,9 +3588,9 @@ H5CX__pop_common(hbool_t update_dxpl_props)
H5CX_node_t * ret_value = NULL; /* Return value */
#ifdef H5_HAVE_PARALLEL
- FUNC_ENTER_STATIC
+ FUNC_ENTER_PACKAGE
#else
- FUNC_ENTER_STATIC_NOERR
+ FUNC_ENTER_PACKAGE_NOERR
#endif
/* Sanity check */