Home | History | Annotate | Download | only in mpi

Lines Matching full:shadow

1151    the handle is.  We therefore have to use a shadow table
1215 /* Find shadow info for 'request', or NULL if none. */
1234 /* Delete shadow info for 'request', if any. */
1250 /* Add a shadow for 'request', overwriting any old binding for it. */
1337 ShadowRequest* shadow;
1342 and request_before is found in the shadow table
1352 && ( (shadow=find_shadow_Request(request_before)) != NULL) ) {
1353 /* The Irecv detailed in 'shadow' completed. Paint the result
1355 if (count_from_Status(&recv_count, shadow->datatype, status)) {
1356 make_mem_defined_if_addressable(shadow->buf, recv_count, shadow->datatype);
1413 shadow request table.
1673 shadow table due to cancellation. */