summaryrefslogtreecommitdiffstats
path: root/src/H5FDsubfiling/H5FDioc_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsubfiling/H5FDioc_threads.c')
-rw-r--r--src/H5FDsubfiling/H5FDioc_threads.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/H5FDsubfiling/H5FDioc_threads.c b/src/H5FDsubfiling/H5FDioc_threads.c
index fd6fc01..abf816d 100644
--- a/src/H5FDsubfiling/H5FDioc_threads.c
+++ b/src/H5FDsubfiling/H5FDioc_threads.c
@@ -105,8 +105,6 @@ static void ioc_io_queue_add_entry(ioc_data_t *ioc_data, sf_work_request_t *wk_r
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
int
@@ -264,8 +262,6 @@ finalize_ioc_threads(void *_sf_context)
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
static HG_THREAD_RETURN_TYPE
@@ -339,7 +335,6 @@ ioc_thread_main(void *arg)
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
*-------------------------------------------------------------------------
*/
static int
@@ -493,8 +488,6 @@ translate_opcode(io_op_t op)
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
static HG_THREAD_RETURN_TYPE
@@ -591,8 +584,6 @@ handle_work_request(void *arg)
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
void
@@ -612,8 +603,6 @@ H5FD_ioc_begin_thread_exclusive(void)
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
void
@@ -679,8 +668,6 @@ from the thread pool threads...
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -870,8 +857,6 @@ done:
* Programmer: Richard Warren
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1217,8 +1202,6 @@ done:
* Programmer: John Mainzer
* 7/17/2020
*
- * Changes: Initial Version/None.
- *
*-------------------------------------------------------------------------
*/
@@ -1283,8 +1266,6 @@ done:
*
* Programmer: JRM -- 11/6/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static ioc_io_queue_entry_t *
@@ -1338,8 +1319,6 @@ ioc_io_queue_alloc_entry(void)
*
* Programmer: JRM -- 11/7/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1461,8 +1440,6 @@ ioc_io_queue_add_entry(ioc_data_t *ioc_data, sf_work_request_t *wk_req_ptr)
*
* Programmer: JRM -- 11/7/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
/* TODO: Keep an eye on statistics and optimize this algorithm if necessary. While it is O(N)
@@ -1629,8 +1606,6 @@ ioc_io_queue_dispatch_eligible_entries(ioc_data_t *ioc_data, hbool_t try_lock)
*
* Programmer: JRM -- 11/7/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1715,8 +1690,6 @@ ioc_io_queue_complete_entry(ioc_data_t *ioc_data, ioc_io_queue_entry_t *entry_pt
*
* Programmer: JRM -- 11/6/21
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
static void