Go to the source code of this file.
Functions | |
ADIOI_Async_node * | ADIOI_Malloc_async_node (void) |
void | ADIOI_Free_async_node (ADIOI_Async_node *node) |
void | ADIOI_Add_req_to_list (ADIO_Request *request) |
void | ADIOI_Complete_async (int *error_code) |
void | ADIOI_Del_req_from_list (ADIO_Request *request) |
ADIOI_Async_node* ADIOI_Malloc_async_node | ( | void | ) |
Definition at line 11 of file async_list.c.
Referenced by ADIOI_Add_req_to_list().
void ADIOI_Free_async_node | ( | ADIOI_Async_node * | node | ) |
Definition at line 60 of file async_list.c.
Referenced by ADIOI_Complete_async(), and ADIOI_Del_req_from_list().
void ADIOI_Add_req_to_list | ( | ADIO_Request * | request | ) |
Definition at line 74 of file async_list.c.
References ADIOI_Malloc_async_node().
Referenced by ADIOI_PFS_IreadContig(), and ADIOI_PFS_IwriteContig().
void ADIOI_Complete_async | ( | int * | error_code | ) |
Definition at line 101 of file async_list.c.
References ADIO_ReadComplete(), ADIO_WriteComplete(), ADIOI_Free_async_node(), MPIO_Err_create_code(), myname, request, and status.
Referenced by ADIOI_PFS_IwriteContig().
void ADIOI_Del_req_from_list | ( | ADIO_Request * | request | ) |
Definition at line 151 of file async_list.c.
References ADIOI_Free_async_node().
Referenced by ADIOI_PFS_ReadComplete(), and ADIOI_PFS_ReadDone().