handle             94 examples/spc_example.c     MPI_T_pvar_handle handle;
handle             97 examples/spc_example.c     ret = MPI_T_pvar_handle_alloc(session, index, NULL, &handle, &count);
handle             98 examples/spc_example.c     ret = MPI_T_pvar_start(session, handle);
handle            102 examples/spc_example.c     ret = MPI_T_pvar_read(session, handle, &value);
handle            112 examples/spc_example.c     ret = MPI_T_pvar_stop(session, handle);
handle            113 examples/spc_example.c     ret = MPI_T_pvar_handle_free(session, &handle);
handle             35 ompi/debuggers/dlopen_test.c     opal_dl_handle_t *handle;
handle             38 ompi/debuggers/dlopen_test.c     ret = opal_dl_open(filename, true, true, &handle, &err_msg);
handle             40 ompi/debuggers/dlopen_test.c         opal_dl_close(handle);
handle             48 ompi/debuggers/dlopen_test.c     ret = opal_dl_open(filename, true, false, &handle, &err_msg);
handle             50 ompi/debuggers/dlopen_test.c         opal_dl_close(handle);
handle             98 ompi/errhandler/errhandler.h typedef void (ompi_errhandler_cxx_dispatch_fn_t)(void *handle, int *err_code,
handle            350 ompi/mca/bml/bml.h                                               mca_btl_base_registration_handle_t **handle)
handle            354 ompi/mca/bml/bml.h     *handle =  btl->btl_register_mem (btl, bml_btl->btl_endpoint, base, size, flags);
handle            357 ompi/mca/bml/bml.h static inline void mca_bml_base_deregister_mem (mca_bml_base_btl_t* bml_btl, mca_btl_base_registration_handle_t *handle)
handle            361 ompi/mca/bml/bml.h     btl->btl_deregister_mem (btl, handle);
handle             98 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int coll_handle_test(void* handle);
handle             99 ompi/mca/coll/hcoll/coll_hcoll_rte.c static void coll_handle_free(void *handle);
handle            100 ompi/mca/coll/hcoll/coll_hcoll_rte.c static void coll_handle_complete(void *handle);
handle            185 ompi/mca/coll/hcoll/coll_hcoll_rte.c     if (NULL == ec_h.handle && -1 != ec_h.rank) {
handle            187 ompi/mca/coll/hcoll/coll_hcoll_rte.c                 "ec_h.handle = %p, ec_h.rank = %d\n",ec_h.handle,ec_h.rank);
handle            226 ompi/mca/coll/hcoll/coll_hcoll_rte.c     if (! ec_h.handle) {
handle            228 ompi/mca/coll/hcoll/coll_hcoll_rte.c                 "ec_h.handle = %p, ec_h.rank = %d\n",ec_h.handle,ec_h.rank);
handle            279 ompi/mca/coll/hcoll/coll_hcoll_rte.c     return handle_1.handle == handle_2.handle;
handle            292 ompi/mca/coll/hcoll/coll_hcoll_rte.c         ec_handles[i].handle = (void *)proc;
handle            303 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ec_handle->handle = (void *)my_proc;
handle            320 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_proc_t *proc = (ompi_proc_t *)ec.handle;
handle            369 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int coll_handle_test(void* handle)
handle            371 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_request_t *ompi_req = (ompi_request_t *)handle;
handle            375 ompi/mca/coll/hcoll/coll_hcoll_rte.c static void coll_handle_free(void *handle){
handle            376 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_request_t *ompi_req = (ompi_request_t *)handle;
handle            381 ompi/mca/coll/hcoll/coll_hcoll_rte.c static void coll_handle_complete(void *handle)
handle            383 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_request_t *ompi_req = (ompi_request_t *)handle;
handle            389 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_proc_t *proc = (ompi_proc_t *)ec.handle;
handle            162 ompi/mca/coll/libnbc/coll_libnbc.h int NBC_Progress(NBC_Handle *handle);
handle            516 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_Handle *handle = (NBC_Handle *) requests[i];
handle            517 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_Schedule *schedule = handle->schedule;
handle            521 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_DEBUG(5, "handle %p size %u\n", &handle, sizeof(handle));
handle            523 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_DEBUG(5, "req_array %p size %u\n", &handle->req_array, sizeof(handle->req_array));
handle            524 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_DEBUG(5, "row_offset=%u address=%p size=%u\n", handle->row_offset, &handle->row_offset, sizeof(handle->row_offset));
handle            525 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_DEBUG(5, "req_count=%u address=%p size=%u\n", handle->req_count, &handle->req_count, sizeof(handle->req_count));
handle            526 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_DEBUG(5, "tmpbuf address=%p size=%u\n", handle->tmpbuf, sizeof(handle->tmpbuf));
handle            529 ompi/mca/coll/libnbc/coll_libnbc_component.c         handle->super.req_complete = REQUEST_PENDING;
handle            530 ompi/mca/coll/libnbc/coll_libnbc_component.c         handle->nbc_complete = false;
handle            532 ompi/mca/coll/libnbc/coll_libnbc_component.c         res = NBC_Start(handle);
handle             33 ompi/mca/coll/libnbc/nbc.c static inline int NBC_Start_round(NBC_Handle *handle);
handle            297 ompi/mca/coll/libnbc/nbc.c static inline void NBC_Free (NBC_Handle* handle) {
handle            299 ompi/mca/coll/libnbc/nbc.c   if (NULL != handle->schedule) {
handle            301 ompi/mca/coll/libnbc/nbc.c     OBJ_RELEASE (handle->schedule);
handle            302 ompi/mca/coll/libnbc/nbc.c     handle->schedule = NULL;
handle            308 ompi/mca/coll/libnbc/nbc.c   if (NULL != handle->tmpbuf) {
handle            309 ompi/mca/coll/libnbc/nbc.c     free((void*)handle->tmpbuf);
handle            310 ompi/mca/coll/libnbc/nbc.c     handle->tmpbuf = NULL;
handle            317 ompi/mca/coll/libnbc/nbc.c int NBC_Progress(NBC_Handle *handle) {
handle            323 ompi/mca/coll/libnbc/nbc.c   if (handle->nbc_complete) {
handle            329 ompi/mca/coll/libnbc/nbc.c   if ((handle->req_count > 0) && (handle->req_array != NULL)) {
handle            330 ompi/mca/coll/libnbc/nbc.c     NBC_DEBUG(50, "NBC_Progress: testing for %i requests\n", handle->req_count);
handle            335 ompi/mca/coll/libnbc/nbc.c     while (handle->req_count) {
handle            336 ompi/mca/coll/libnbc/nbc.c         ompi_request_t *subreq = handle->req_array[handle->req_count - 1];
handle            342 ompi/mca/coll/libnbc/nbc.c                 handle->super.req_status.MPI_ERROR = subreq->req_status.MPI_ERROR;
handle            344 ompi/mca/coll/libnbc/nbc.c             handle->req_count--;
handle            359 ompi/mca/coll/libnbc/nbc.c     if (NULL != handle->req_array) {
handle            361 ompi/mca/coll/libnbc/nbc.c       free (handle->req_array);
handle            362 ompi/mca/coll/libnbc/nbc.c       handle->req_array = NULL;
handle            365 ompi/mca/coll/libnbc/nbc.c     handle->req_count = 0;
handle            368 ompi/mca/coll/libnbc/nbc.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != handle->super.req_status.MPI_ERROR)) {
handle            369 ompi/mca/coll/libnbc/nbc.c       res = handle->super.req_status.MPI_ERROR;
handle            370 ompi/mca/coll/libnbc/nbc.c       NBC_Error("NBC_Progress: an error %d was found during schedule %p at row-offset %li - aborting the schedule\n", res, handle->schedule, handle->row_offset);
handle            371 ompi/mca/coll/libnbc/nbc.c       handle->nbc_complete = true;
handle            372 ompi/mca/coll/libnbc/nbc.c       if (!handle->super.req_persistent) {
handle            373 ompi/mca/coll/libnbc/nbc.c         NBC_Free(handle);
handle            379 ompi/mca/coll/libnbc/nbc.c     NBC_DEBUG(5, "NBC_Progress: going in schedule %p to row-offset: %li\n", handle->schedule, handle->row_offset);
handle            380 ompi/mca/coll/libnbc/nbc.c     delim = handle->schedule->data + handle->row_offset;
handle            391 ompi/mca/coll/libnbc/nbc.c       handle->nbc_complete = true;
handle            392 ompi/mca/coll/libnbc/nbc.c       if (!handle->super.req_persistent) {
handle            393 ompi/mca/coll/libnbc/nbc.c         NBC_Free(handle);
handle            402 ompi/mca/coll/libnbc/nbc.c     handle->row_offset = (intptr_t) (delim + 1) - (intptr_t) handle->schedule->data;
handle            404 ompi/mca/coll/libnbc/nbc.c     res = NBC_Start_round(handle);
handle            414 ompi/mca/coll/libnbc/nbc.c static inline int NBC_Start_round(NBC_Handle *handle) {
handle            428 ompi/mca/coll/libnbc/nbc.c   ptr = handle->schedule->data + handle->row_offset;
handle            431 ompi/mca/coll/libnbc/nbc.c   NBC_DEBUG(10, "start_round round at offset %d : posting %i operations\n", handle->row_offset, num);
handle            434 ompi/mca/coll/libnbc/nbc.c     int offset = (intptr_t)(ptr - handle->schedule->data);
handle            442 ompi/mca/coll/libnbc/nbc.c                   sendargs.count, sendargs.datatype, sendargs.dest, handle->tag);
handle            444 ompi/mca/coll/libnbc/nbc.c         handle->req_count++;
handle            447 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)sendargs.buf;
handle            454 ompi/mca/coll/libnbc/nbc.c         tmp = (MPI_Request *) realloc ((void *) handle->req_array, handle->req_count * sizeof (MPI_Request));
handle            459 ompi/mca/coll/libnbc/nbc.c         handle->req_array = tmp;
handle            461 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(isend(buf1, sendargs.count, sendargs.datatype, sendargs.dest, handle->tag,
handle            462 ompi/mca/coll/libnbc/nbc.c                                  MCA_PML_BASE_SEND_STANDARD, sendargs.local?handle->comm->c_local_comm:handle->comm,
handle            463 ompi/mca/coll/libnbc/nbc.c                                  handle->req_array+handle->req_count - 1));
handle            466 ompi/mca/coll/libnbc/nbc.c                      sendargs.datatype, sendargs.dest, handle->tag, (unsigned long)handle->comm, res);
handle            477 ompi/mca/coll/libnbc/nbc.c                   recvargs.datatype, recvargs.source, handle->tag);
handle            479 ompi/mca/coll/libnbc/nbc.c         handle->req_count++;
handle            482 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)recvargs.buf;
handle            489 ompi/mca/coll/libnbc/nbc.c         tmp = (MPI_Request *) realloc ((void *) handle->req_array, handle->req_count * sizeof (MPI_Request));
handle            494 ompi/mca/coll/libnbc/nbc.c         handle->req_array = tmp;
handle            496 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(irecv(buf1, recvargs.count, recvargs.datatype, recvargs.source, handle->tag, recvargs.local?handle->comm->c_local_comm:handle->comm,
handle            497 ompi/mca/coll/libnbc/nbc.c                                  handle->req_array+handle->req_count-1));
handle            500 ompi/mca/coll/libnbc/nbc.c                     recvargs.datatype, recvargs.source, handle->tag, (unsigned long)handle->comm, res);
handle            514 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)opargs.buf1;
handle            519 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)opargs.buf2;
handle            533 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)copyargs.src;
handle            538 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)copyargs.tgt;
handle            543 ompi/mca/coll/libnbc/nbc.c                         handle->comm);
handle            555 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)unpackargs.inbuf;
handle            560 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)unpackargs.outbuf;
handle            564 ompi/mca/coll/libnbc/nbc.c         res = NBC_Unpack (buf1, unpackargs.count, unpackargs.datatype, buf2, handle->comm);
handle            582 ompi/mca/coll/libnbc/nbc.c   if (handle->row_offset) {
handle            583 ompi/mca/coll/libnbc/nbc.c     res = NBC_Progress(handle);
handle            649 ompi/mca/coll/libnbc/nbc.c int NBC_Start(NBC_Handle *handle) {
handle            653 ompi/mca/coll/libnbc/nbc.c   if ((ompi_request_t *)handle == &ompi_request_empty) {
handle            658 ompi/mca/coll/libnbc/nbc.c   handle->super.req_state = OMPI_REQUEST_ACTIVE;
handle            659 ompi/mca/coll/libnbc/nbc.c   handle->super.req_status.MPI_ERROR = OMPI_SUCCESS;
handle            660 ompi/mca/coll/libnbc/nbc.c   res = NBC_Start_round(handle);
handle            666 ompi/mca/coll/libnbc/nbc.c   opal_list_append(&mca_coll_libnbc_component.active_requests, &(handle->super.super.super));
handle            677 ompi/mca/coll/libnbc/nbc.c   ompi_coll_libnbc_request_t *handle;
handle            702 ompi/mca/coll/libnbc/nbc.c   OMPI_COLL_LIBNBC_REQUEST_ALLOC(comm, persistent, handle);
handle            703 ompi/mca/coll/libnbc/nbc.c   if (NULL == handle) return OMPI_ERR_OUT_OF_RESOURCE;
handle            705 ompi/mca/coll/libnbc/nbc.c   handle->tmpbuf = NULL;
handle            706 ompi/mca/coll/libnbc/nbc.c   handle->req_count = 0;
handle            707 ompi/mca/coll/libnbc/nbc.c   handle->req_array = NULL;
handle            708 ompi/mca/coll/libnbc/nbc.c   handle->comm = comm;
handle            709 ompi/mca/coll/libnbc/nbc.c   handle->schedule = NULL;
handle            710 ompi/mca/coll/libnbc/nbc.c   handle->row_offset = 0;
handle            711 ompi/mca/coll/libnbc/nbc.c   handle->nbc_complete = persistent ? true : false;
handle            728 ompi/mca/coll/libnbc/nbc.c   handle->tag = tmp_tag;
handle            739 ompi/mca/coll/libnbc/nbc.c   handle->comm=comm;
handle            743 ompi/mca/coll/libnbc/nbc.c   handle->comminfo = module;
handle            745 ompi/mca/coll/libnbc/nbc.c   NBC_DEBUG(3, "got tag %i\n", handle->tag);
handle            747 ompi/mca/coll/libnbc/nbc.c   handle->tmpbuf = tmpbuf;
handle            748 ompi/mca/coll/libnbc/nbc.c   handle->schedule = schedule;
handle            749 ompi/mca/coll/libnbc/nbc.c   *request = (ompi_request_t *) handle;
handle            265 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Start(NBC_Handle *handle);
handle            271 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Create_fortran_handle(int *fhandle, NBC_Handle **handle);
handle             14 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c static void delete_cb(void *myarg, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     globus_ftp_client_handle_t handle;
handle             41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     result=globus_ftp_client_handle_init(&handle,GLOBUS_NULL);
handle             57 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     result=globus_ftp_client_delete(&handle,filename,GLOBUS_NULL,delete_cb,GLOBUS_NULL);
handle             73 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     result=globus_ftp_client_handle_destroy(&handle);
handle             16 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c void fcntl_size_cb(void *myargs, globus_ftp_client_handle_t *handle,
handle             14 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c static void exists_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             28 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c static void touch_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             40 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c static void touch_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
handle             46 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     globus_ftp_client_register_read(handle,buffer,length,touch_data_cb,myargs);
handle             15 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readcontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             29 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readcontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
handle             54 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    globus_ftp_client_register_read(handle,
handle             65 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readdiscontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             79 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readdiscontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
handle             95 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    globus_ftp_client_register_read(handle,
handle             16 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c void resize_cb(void *myargs, globus_ftp_client_handle_t *handle,
handle             39 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c static void resize_wrdata_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
handle             46 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	globus_ftp_client_register_read(handle,
handle             15 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writecontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writecontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
handle             49 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    globus_ftp_client_register_write(handle,
handle             67 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writediscontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
handle             81 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writediscontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
handle             97 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	globus_ftp_client_register_write(handle,
handle             27 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h 		  int wr, void *handle);
handle             22 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c 	done = _iodone(*((long *) (*request)->handle));
handle             37 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c         if ((*request)->handle) ADIOI_Free((*request)->handle);
handle             30 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c     (*request)->handle = (void *) id_sys;
handle             29 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c     (*request)->handle = (void *) id_sys;
handle             22 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c 	err = _iowait(*((long *) (*request)->handle));
handle             52 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c         if ((*request)->handle) ADIOI_Free((*request)->handle);
handle             40 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h 		  int wr, void *handle);
handle             14 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     zoidfs_handle_t handle;
handle             25 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     zoidfs_handle_t handle;
handle             35 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c 			    fname, &attribs, &handle, &created, ZOIDFS_NO_OP_HINT);
handle             43 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c 	ret = zoidfs_lookup(NULL, NULL, fname, &handle, ZOIDFS_NO_OP_HINT);
handle             47 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     o_status->handle = handle;
handle            110 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c 	    *zoidfs_obj_ptr = o_status.handle;
handle            119 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     MPI_Get_address(&o_status.handle, &offsets[1]);
handle            148 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     *zoidfs_obj_ptr = o_status.handle;
handle            352 ompi/mca/osc/rdma/osc_rdma.h                                            size_t size, uint32_t flags, mca_btl_base_registration_handle_t **handle, int line, const char *file)
handle            358 ompi/mca/osc/rdma/osc_rdma.h         *handle = module->selected_btl->btl_register_mem (module->selected_btl, endpoint, ptr, size, flags);
handle            359 ompi/mca/osc/rdma/osc_rdma.h         if (OPAL_UNLIKELY(NULL == *handle)) {
handle            365 ompi/mca/osc/rdma/osc_rdma.h         *handle = NULL;
handle            373 ompi/mca/osc/rdma/osc_rdma.h static inline void _ompi_osc_rdma_deregister (ompi_osc_rdma_module_t *module, mca_btl_base_registration_handle_t *handle, int line, const char *file)
handle            375 ompi/mca/osc/rdma/osc_rdma.h     if (handle) {
handle            376 ompi/mca/osc/rdma/osc_rdma.h         module->selected_btl->btl_deregister_mem (module->selected_btl, handle);
handle            734 ompi/mca/osc/rdma/osc_rdma_accumulate.c         local_handle = frag->handle;
handle             26 ompi/mca/osc/rdma/osc_rdma_comm.c                                                mca_btl_base_registration_handle_t *handle, ompi_osc_rdma_request_t *request)
handle             31 ompi/mca/osc/rdma/osc_rdma_comm.c         ompi_osc_rdma_deregister (sync->module, handle);
handle             90 ompi/mca/osc/rdma/osc_rdma_comm.c         local_handle = frag->handle;
handle            494 ompi/mca/osc/rdma/osc_rdma_comm.c             local_handle = frag->handle;
handle            675 ompi/mca/osc/rdma/osc_rdma_comm.c             local_handle = frag->handle;
handle            170 ompi/mca/osc/rdma/osc_rdma_dynamic.c         mca_btl_base_registration_handle_t *handle;
handle            173 ompi/mca/osc/rdma/osc_rdma_dynamic.c                                       &handle);
handle            179 ompi/mca/osc/rdma/osc_rdma_dynamic.c         memcpy (region->btl_handle_data, handle, module->selected_btl->btl_registration_handle_size);
handle            180 ompi/mca/osc/rdma/osc_rdma_dynamic.c         module->dynamic_handles[region_index].btl_handle = handle;
handle             62 ompi/mca/osc/rdma/osc_rdma_frag.h         curr->handle = NULL;
handle             69 ompi/mca/osc/rdma/osc_rdma_frag.h                                           MCA_BTL_REG_FLAG_ACCESS_ANY, &curr->handle);
handle             76 ompi/mca/osc/rdma/osc_rdma_frag.h             ompi_osc_rdma_deregister (module, curr->handle);
handle             77 ompi/mca/osc/rdma/osc_rdma_frag.h             curr->handle = NULL;
handle             73 ompi/mca/osc/rdma/osc_rdma_lock.h                                                         (intptr_t) address, pending_op->op_frag->handle, address_handle,
handle             89 ompi/mca/osc/rdma/osc_rdma_lock.h                                            pending_op->op_frag->handle, (void *) pending_op, NULL, OPAL_SUCCESS);
handle            206 ompi/mca/osc/rdma/osc_rdma_lock.h                                                           address, pending_op->op_frag->handle, address_handle, compare,
handle            100 ompi/mca/osc/rdma/osc_rdma_module.c         ompi_osc_rdma_deregister (module, module->rdma_frag->handle);
handle            210 ompi/mca/osc/rdma/osc_rdma_types.h     mca_btl_base_registration_handle_t *handle;
handle            125 ompi/mca/pml/ob1/pml_ob1_cuda.c             mca_btl_base_registration_handle_t *handle = NULL;
handle            129 ompi/mca/pml/ob1/pml_ob1_cuda.c                 handle = bml_btl->btl->btl_register_mem (bml_btl->btl, bml_btl->btl_endpoint,
handle            134 ompi/mca/pml/ob1/pml_ob1_cuda.c             if(NULL == handle)
handle            138 ompi/mca/pml/ob1/pml_ob1_cuda.c             rdma_btls[num_btls_used].btl_reg = handle;
handle            169 ompi/mca/pml/ob1/pml_ob1_recvreq.h             struct mca_btl_base_registration_handle_t *handle = recvreq->req_rdma[i].btl_reg;
handle            172 ompi/mca/pml/ob1/pml_ob1_recvreq.h             if (NULL != handle) {
handle            173 ompi/mca/pml/ob1/pml_ob1_recvreq.h                 mca_bml_base_deregister_mem (bml_btl, handle);
handle            169 ompi/mca/pml/ob1/pml_ob1_sendreq.h         struct mca_btl_base_registration_handle_t *handle = sendreq->req_rdma[r].btl_reg;
handle            172 ompi/mca/pml/ob1/pml_ob1_sendreq.h         if (NULL != handle) {
handle            173 ompi/mca/pml/ob1/pml_ob1_sendreq.h             mca_bml_base_deregister_mem (bml_btl, handle);
handle            114 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h     int handle;
handle             48 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c     int handle;
handle            123 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c 	handle = open ( lockedfilename, O_RDWR | O_CREAT, 0644 );
handle            124 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c         if ( -1 == handle ){
handle            132 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c 	write ( handle, &position, sizeof(OMPI_MPI_OFFSET_TYPE) );
handle            133 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c 	close ( handle );
handle            144 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c     handle = open ( lockedfilename, O_RDWR, 0644  );
handle            145 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c     if ( -1 == handle ) {
handle            155 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c     module_data->handle = handle;
handle            178 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c         if ( module_data->handle)  {
handle            179 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c             close (module_data->handle );
handle             48 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     int handle = lockedfile_data->handle;
handle             54 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fd = handle;
handle             94 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fd_lockedfilehandle = lockedfile_data->handle;
handle             17 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h ! INTEGER handle pre-defined attribute callback function interfaces
handle             18 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h ! INTEGER handle pre-defined conversion callback function interface
handle            257 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong handle)
handle            259 ompi/mpi/java/c/mpi_Comm.c     MPI_Comm comm = (MPI_Comm)handle;
handle            282 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong handle)
handle            284 ompi/mpi/java/c/mpi_Comm.c     MPI_Comm comm = (MPI_Comm)handle;
handle           2247 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong handle, jstring jname)
handle           2250 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_set_name((MPI_Comm)handle, (char*)name);
handle           2256 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong handle)
handle           2260 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_get_name((MPI_Comm)handle, name, &len);
handle            132 ompi/mpi/java/c/mpi_Datatype.c         JNIEnv *env, jobject jthis, jlong handle)
handle            134 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type = (MPI_Datatype)handle;
handle            140 ompi/mpi/java/c/mpi_Datatype.c         JNIEnv *env, jobject jthis, jlong handle)
handle            142 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type = (MPI_Datatype)handle;
handle            292 ompi/mpi/java/c/mpi_Datatype.c         JNIEnv *env, jobject jthis, jlong handle, jstring jname)
handle            295 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_set_name((MPI_Datatype)handle, (char*)name);
handle            301 ompi/mpi/java/c/mpi_Datatype.c         JNIEnv *env, jobject jthis, jlong handle)
handle            305 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_get_name((MPI_Datatype)handle, name, &len);
handle             90 ompi/mpi/java/c/mpi_Group.c         JNIEnv *env, jobject jthis, jlong handle)
handle             92 ompi/mpi/java/c/mpi_Group.c     MPI_Group group = (MPI_Group)handle;
handle             49 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle, jstring jkey, jstring jvalue)
handle             54 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_set((MPI_Info)handle, (char*)key, (char*)value);
handle             62 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle, jstring jkey)
handle             64 ompi/mpi/java/c/mpi_Info.c     MPI_Info info = (MPI_Info)handle;
handle             92 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle, jstring jkey)
handle             95 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_delete((MPI_Info)handle, (char*)key);
handle            101 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle)
handle            104 ompi/mpi/java/c/mpi_Info.c     rc = MPI_Info_get_nkeys((MPI_Info)handle, &nkeys);
handle            110 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle, jint i)
handle            113 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_get_nthkey((MPI_Info)handle, i, key);
handle            120 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle)
handle            123 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_dup((MPI_Info)handle, &newInfo);
handle            129 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle)
handle            131 ompi/mpi/java/c/mpi_Info.c     MPI_Info info = (MPI_Info)handle;
handle            138 ompi/mpi/java/c/mpi_Info.c         JNIEnv *env, jobject jthis, jlong handle)
handle            140 ompi/mpi/java/c/mpi_Info.c     return (MPI_Info)handle == MPI_INFO_NULL ? JNI_TRUE : JNI_FALSE;
handle            128 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle)
handle            130 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            136 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle)
handle            138 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            145 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle, jlongArray stat)
handle            147 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            158 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle)
handle            160 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            167 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle)
handle            169 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            181 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle)
handle            183 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            195 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, jobject jthis, jlong handle)
handle            197 ompi/mpi/java/c/mpi_Request.c     MPI_Request req = (MPI_Request)handle;
handle            312 ompi/mpi/java/c/mpi_Win.c         JNIEnv *env, jobject jthis, jlong handle)
handle            314 ompi/mpi/java/c/mpi_Win.c     MPI_Win win = (MPI_Win)handle;
handle            321 ompi/mpi/java/c/mpi_Win.c         JNIEnv *env, jobject jthis, jlong handle)
handle            323 ompi/mpi/java/c/mpi_Win.c     MPI_Win win = (MPI_Win)handle;
handle            331 ompi/mpi/java/c/mpi_Win.c         JNIEnv *env, jobject jthis, jlong handle, jlong i)
handle            333 ompi/mpi/java/c/mpi_Win.c     MPI_Win win = (MPI_Win)handle;
handle            489 ompi/mpi/java/c/mpi_Win.c         JNIEnv *env, jobject jthis, jlong handle, jstring jname)
handle            492 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Win_set_name((MPI_Win)handle, (char*)name);
handle            498 ompi/mpi/java/c/mpi_Win.c         JNIEnv *env, jobject jthis, jlong handle)
handle            502 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Win_get_name((MPI_Win)handle, name, &len);
handle             62 ompi/mpi/java/java/CartComm.java 	protected CartComm(long handle) throws MPIException
handle             64 ompi/mpi/java/java/CartComm.java 		super(handle);
handle            100 ompi/mpi/java/java/CartComm.java 		return new CartComm(dup(handle));
handle            114 ompi/mpi/java/java/CartComm.java 		return new CartComm(iDup(handle));
handle            127 ompi/mpi/java/java/CartComm.java 	    return new CartComm(dupWithInfo(handle, info.handle));
handle            142 ompi/mpi/java/java/CartComm.java 		return getTopo(handle);
handle            157 ompi/mpi/java/java/CartComm.java 		return getRank(handle, coords);
handle            172 ompi/mpi/java/java/CartComm.java 		return getCoords(handle, rank);
handle            188 ompi/mpi/java/java/CartComm.java 		return shift(handle, direction, disp);
handle            205 ompi/mpi/java/java/CartComm.java 		return new CartComm(sub(handle, remainDims));
handle            223 ompi/mpi/java/java/CartComm.java 		return map(handle, dims, periods);
handle             74 ompi/mpi/java/java/Comm.java 	protected long handle;
handle             90 ompi/mpi/java/java/Comm.java 	protected Comm(long handle)
handle             92 ompi/mpi/java/java/Comm.java 		this.handle = handle;
handle             97 ompi/mpi/java/java/Comm.java 		handle  = commRequest[0];
handle            136 ompi/mpi/java/java/Comm.java 		return new Comm(dup(handle));
handle            152 ompi/mpi/java/java/Comm.java 		return new Comm(iDup(handle));
handle            167 ompi/mpi/java/java/Comm.java 		return new Comm(dupWithInfo(handle, info.handle));
handle            192 ompi/mpi/java/java/Comm.java 		return getSize(handle);
handle            206 ompi/mpi/java/java/Comm.java 		return getRank(handle);
handle            229 ompi/mpi/java/java/Comm.java 		return compare(comm1.handle, comm2.handle);
handle            241 ompi/mpi/java/java/Comm.java 		handle = free(handle);
handle            253 ompi/mpi/java/java/Comm.java 		return handle == nullHandle;
handle            264 ompi/mpi/java/java/Comm.java 		setInfo(handle, info.handle);
handle            277 ompi/mpi/java/java/Comm.java 		return new Info(getInfo(handle));
handle            289 ompi/mpi/java/java/Comm.java 		handle = disconnect(handle);
handle            303 ompi/mpi/java/java/Comm.java 		return new Group(getGroup(handle));
handle            320 ompi/mpi/java/java/Comm.java 		return isInter(handle);
handle            346 ompi/mpi/java/java/Comm.java 		return new Intercomm(createIntercomm(handle, localComm.handle,
handle            379 ompi/mpi/java/java/Comm.java 		send(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
handle            413 ompi/mpi/java/java/Comm.java 		recv(handle, buf, db, off, count,
handle            414 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, source, tag, status.data);
handle            471 ompi/mpi/java/java/Comm.java 		sendRecv(handle, sendbuf, sdb, sendoff, sendcount,
handle            472 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType, dest, sendtag,
handle            474 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, source, recvtag, status.data);
handle            519 ompi/mpi/java/java/Comm.java 		sendRecvReplace(handle, buf, db, off, count, type.handle, type.baseType,
handle            556 ompi/mpi/java/java/Comm.java 		bSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
handle            587 ompi/mpi/java/java/Comm.java 		sSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
handle            618 ompi/mpi/java/java/Comm.java 		rSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
handle            645 ompi/mpi/java/java/Comm.java 		Request req = new Request(iSend(handle, buf, count, type.handle, dest, tag));
handle            672 ompi/mpi/java/java/Comm.java 		Request req = new Request(ibSend(handle, buf, count, type.handle, dest, tag));
handle            699 ompi/mpi/java/java/Comm.java 		Request req = new Request(isSend(handle, buf, count, type.handle, dest, tag));
handle            726 ompi/mpi/java/java/Comm.java 		Request req = new Request(irSend(handle, buf, count, type.handle, dest, tag));
handle            753 ompi/mpi/java/java/Comm.java 		Request req = new Request(iRecv(handle, buf, count, type.handle, source, tag));
handle            783 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sendInit(handle, buf, count, type.handle, dest, tag));
handle            810 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(bSendInit(handle, buf, count, type.handle, dest, tag));
handle            837 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sSendInit(handle, buf, count, type.handle, dest, tag));
handle            864 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(rSendInit(handle, buf, count, type.handle, dest, tag));
handle            891 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(recvInit(handle, buf, count, type.handle, source, tag));
handle            932 ompi/mpi/java/java/Comm.java 		return pack(handle, inbuf, indb, offset, incount,
handle            933 ompi/mpi/java/java/Comm.java 				type.handle, outbuf, position);
handle            970 ompi/mpi/java/java/Comm.java 		return unpack(handle, inbuf, position, outbuf, outdb,
handle            971 ompi/mpi/java/java/Comm.java 				offset, outcount, type.handle);
handle            990 ompi/mpi/java/java/Comm.java 		return packSize(handle, incount, type.handle);
handle           1012 ompi/mpi/java/java/Comm.java 		return iProbe(handle, source, tag);
handle           1032 ompi/mpi/java/java/Comm.java 		probe(handle, source, tag, status.data);
handle           1079 ompi/mpi/java/java/Comm.java 		setAttr(handle, keyval, MPI.attrSet(value));
handle           1103 ompi/mpi/java/java/Comm.java 			return getAttr_predefined(handle, keyval);
handle           1107 ompi/mpi/java/java/Comm.java 			Integer value = (Integer)getAttr_predefined(handle, keyval);
handle           1112 ompi/mpi/java/java/Comm.java 			return MPI.attrGet(getAttr(handle, keyval));
handle           1130 ompi/mpi/java/java/Comm.java 		deleteAttr(handle, keyval);
handle           1148 ompi/mpi/java/java/Comm.java 		return getTopology(handle);
handle           1164 ompi/mpi/java/java/Comm.java 		abort(handle, errorcode);
handle           1180 ompi/mpi/java/java/Comm.java 		setErrhandler(handle, errhandler.handle);
handle           1195 ompi/mpi/java/java/Comm.java 		return new Errhandler(getErrhandler(handle));
handle           1208 ompi/mpi/java/java/Comm.java 		callErrhandler(handle, errorCode);
handle           1211 ompi/mpi/java/java/Comm.java 	private native void callErrhandler(long handle, int errorCode)
handle           1225 ompi/mpi/java/java/Comm.java 		barrier(handle);
handle           1239 ompi/mpi/java/java/Comm.java 		return new Request(iBarrier(handle));
handle           1267 ompi/mpi/java/java/Comm.java 		bcast(handle, buf, db, off, count, type.handle, type.baseType, root);
handle           1290 ompi/mpi/java/java/Comm.java 		Request req = new Request(iBcast(handle, buf, count, type.handle, root));
handle           1336 ompi/mpi/java/java/Comm.java 		gather(handle, sendbuf, sdb, sendoff, sendcount,
handle           1337 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           1339 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, root);
handle           1367 ompi/mpi/java/java/Comm.java 		gather(handle, null, false, 0, 0, 0, 0,
handle           1368 ompi/mpi/java/java/Comm.java 				buf, db, off, count, type.handle, type.baseType, root);
handle           1398 ompi/mpi/java/java/Comm.java 		Request req = new Request(iGather(handle, sendbuf, sendcount, sendtype.handle,
handle           1399 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
handle           1423 ompi/mpi/java/java/Comm.java 		Request req = new Request(iGather(handle, null, 0, 0,
handle           1424 ompi/mpi/java/java/Comm.java 				buf, count, type.handle, root));
handle           1473 ompi/mpi/java/java/Comm.java 		gatherv(handle, sendbuf, sdb, sendoff, sendcount,
handle           1474 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           1476 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, root);
handle           1506 ompi/mpi/java/java/Comm.java 		gatherv(handle, null, false, 0, 0, 0, 0, recvbuf, rdb, recvoff, recvcount,
handle           1507 ompi/mpi/java/java/Comm.java 				displs, recvtype.handle, recvtype.baseType, root);
handle           1536 ompi/mpi/java/java/Comm.java 		gatherv(handle, sendbuf, sdb, sendoff, sendcount,
handle           1537 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           1571 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
handle           1572 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle, root));
handle           1597 ompi/mpi/java/java/Comm.java 		Request req = new Request(iGatherv(handle, null, 0, 0,
handle           1598 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle, root));
handle           1622 ompi/mpi/java/java/Comm.java 		Request req = new Request(iGatherv(handle, sendbuf, sendcount, sendtype.handle,
handle           1629 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, int sendcount, long sendtype,
handle           1671 ompi/mpi/java/java/Comm.java 		scatter(handle, sendbuf, sdb, sendoff, sendcount,
handle           1672 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           1674 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, root);
handle           1702 ompi/mpi/java/java/Comm.java 		scatter(handle, buf, db, off, count, type.handle, type.baseType,
handle           1732 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatter(handle, sendbuf, sendcount, sendtype.handle,
handle           1733 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
handle           1757 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatter(handle, buf, count, type.handle,
handle           1806 ompi/mpi/java/java/Comm.java 		scatterv(handle, sendbuf, sdb, sendoff, sendcount, displs,
handle           1807 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           1809 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, root);
handle           1838 ompi/mpi/java/java/Comm.java 		scatterv(handle, sendbuf, sdb, sendoff, sendcount, displs,
handle           1839 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           1868 ompi/mpi/java/java/Comm.java 		scatterv(handle, null, false, 0, null, null, 0, 0,
handle           1870 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, root);
handle           1902 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, displs, sendtype.handle,
handle           1903 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
handle           1928 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatterv(handle, sendbuf, sendcount, displs,
handle           1929 ompi/mpi/java/java/Comm.java 				sendtype.handle, null, 0, 0, root));
handle           1952 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatterv(handle, null, null, null, 0,
handle           1953 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
handle           1998 ompi/mpi/java/java/Comm.java 		allGather(handle, sendbuf, sdb, sendoff, sendcount,
handle           1999 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2001 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2026 ompi/mpi/java/java/Comm.java 		allGather(handle, null, false, 0, 0, 0, 0,
handle           2027 ompi/mpi/java/java/Comm.java 				buf, db, off, count, type.handle, type.baseType);
handle           2055 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllGather(handle, sendbuf, sendcount, sendtype.handle,
handle           2056 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
handle           2077 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllGather(handle, null, 0, 0, buf, count, type.handle));
handle           2123 ompi/mpi/java/java/Comm.java 		allGatherv(handle, sendbuf, sdb, sendoff, sendcount,
handle           2124 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2126 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2153 ompi/mpi/java/java/Comm.java 		allGatherv(handle, null, false, 0, 0, 0, 0,
handle           2155 ompi/mpi/java/java/Comm.java 				displs, recvtype.handle, recvtype.baseType);
handle           2185 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
handle           2186 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle));
handle           2210 ompi/mpi/java/java/Comm.java 				handle, null, 0, 0, buf, count, displs, type.handle));
handle           2216 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, int sendcount, long sendtype,
handle           2256 ompi/mpi/java/java/Comm.java 		allToAll(handle, sendbuf, sdb, sendoff, sendcount,
handle           2257 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2259 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2287 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllToAll(handle, sendbuf, sendcount, sendtype.handle,
handle           2288 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
handle           2338 ompi/mpi/java/java/Comm.java 		allToAllv(handle, sendbuf, sdb, sendoff, sendcount, sdispls,
handle           2339 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2341 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2375 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sdispls, sendtype.handle,
handle           2376 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, rdispls, recvtype.handle));
handle           2413 ompi/mpi/java/java/Comm.java 		allToAllw(handle, sendBuf, sendCount, sDispls,
handle           2450 ompi/mpi/java/java/Comm.java 				handle, sendBuf, sendCount, sDispls, sendHandles,
handle           2497 ompi/mpi/java/java/Comm.java 		neighborAllGather(handle, sendbuf, sdb, sendoff, sendcount,
handle           2498 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2500 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2529 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
handle           2530 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
handle           2577 ompi/mpi/java/java/Comm.java 		neighborAllGatherv(handle, sendbuf, sdb, sendoff, sendcount,
handle           2578 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2580 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2609 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
handle           2610 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle));
handle           2656 ompi/mpi/java/java/Comm.java 		neighborAllToAll(handle, sendbuf, sdb, sendoff, sendcount,
handle           2657 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2659 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2688 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
handle           2689 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
handle           2736 ompi/mpi/java/java/Comm.java 		neighborAllToAllv(handle,
handle           2738 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
handle           2740 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType);
handle           2771 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sdispls, sendtype.handle,
handle           2772 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, rdispls, recvtype.handle));
handle           2827 ompi/mpi/java/java/Comm.java 		reduce(handle, sendbuf, sdb, sendoff, recvbuf, rdb, recvoff,
handle           2828 ompi/mpi/java/java/Comm.java 				count, type.handle, type.baseType, op, op.handle, root);
handle           2858 ompi/mpi/java/java/Comm.java 		reduce(handle, null, false, 0, buf, db, off, count,
handle           2859 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle, root);
handle           2890 ompi/mpi/java/java/Comm.java 				handle, sendbuf, recvbuf, count,
handle           2891 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle, root));
handle           2919 ompi/mpi/java/java/Comm.java 				handle, null, buf, count,
handle           2920 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle, root));
handle           2966 ompi/mpi/java/java/Comm.java 		allReduce(handle, sendbuf, sdb, sendoff, recvbuf, rdb, recvoff,
handle           2967 ompi/mpi/java/java/Comm.java 				count, type.handle, type.baseType, op, op.handle);
handle           2995 ompi/mpi/java/java/Comm.java 		allReduce(handle, null, false, 0, buf, db, off, count,
handle           2996 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle);
handle           3023 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllReduce(handle, sendbuf, recvbuf, count,
handle           3024 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle));
handle           3049 ompi/mpi/java/java/Comm.java 				handle, null, buf, count,
handle           3050 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle));
handle           3096 ompi/mpi/java/java/Comm.java 		reduceScatter(handle, sendbuf, sdb, sendoff, recvbuf, rdb, recvoff,
handle           3097 ompi/mpi/java/java/Comm.java 				recvcounts, type.handle, type.baseType, op, op.handle);
handle           3126 ompi/mpi/java/java/Comm.java 		reduceScatter(handle, null, false, 0, buf, db, off, counts,
handle           3127 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle);
handle           3156 ompi/mpi/java/java/Comm.java 				handle, sendbuf, recvbuf, recvcounts,
handle           3157 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle));
handle           3184 ompi/mpi/java/java/Comm.java 				handle, null, buf, counts,
handle           3185 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle));
handle           3191 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, Object recvbuf, int[] recvcounts,
handle           3229 ompi/mpi/java/java/Comm.java 		reduceScatterBlock(handle, sendbuf, sdb, sendoff, recvbuf, rdb, recvoff,
handle           3230 ompi/mpi/java/java/Comm.java 				recvcount, type.handle, type.baseType, op, op.handle);
handle           3258 ompi/mpi/java/java/Comm.java 		reduceScatterBlock(handle, null, false, 0, buf, db, off, count,
handle           3259 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle);
handle           3286 ompi/mpi/java/java/Comm.java 				handle, sendbuf, recvbuf, recvcount,
handle           3287 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, op, op.handle));
handle           3312 ompi/mpi/java/java/Comm.java 				handle, null, buf, count, type.handle,
handle           3313 ompi/mpi/java/java/Comm.java 				type.baseType, op, op.handle));
handle           3319 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, Buffer recvbuf, int recvcount,
handle           3362 ompi/mpi/java/java/Comm.java 					count, type.handle, op.handle);
handle           3367 ompi/mpi/java/java/Comm.java 					count, type.handle, type.baseType, op, op.handle);
handle           3389 ompi/mpi/java/java/Comm.java 		setName(handle, name);
handle           3392 ompi/mpi/java/java/Comm.java 	private native void setName(long handle, String name) throws MPIException;
handle           3402 ompi/mpi/java/java/Comm.java 		return getName(handle);
handle           3405 ompi/mpi/java/java/Comm.java 	private native String getName(long handle) throws MPIException;
handle           3418 ompi/mpi/java/java/Comm.java 				lArray[i] = dArray[i].handle;
handle             58 ompi/mpi/java/java/Datatype.java 	protected long handle;
handle            106 ompi/mpi/java/java/Datatype.java 		handle   = getDatatype(type);
handle            107 ompi/mpi/java/java/Datatype.java 		baseSize = type == NULL ? 0 : getSize(handle);
handle            113 ompi/mpi/java/java/Datatype.java 		handle   = getDatatype(type);
handle            122 ompi/mpi/java/java/Datatype.java 	private Datatype(Datatype oldType, long handle)
handle            126 ompi/mpi/java/java/Datatype.java 		this.handle = handle;
handle            132 ompi/mpi/java/java/Datatype.java 	private Datatype(int baseType, int baseSize, long handle)
handle            136 ompi/mpi/java/java/Datatype.java 		this.handle   = handle;
handle            171 ompi/mpi/java/java/Datatype.java 		getLbExtent(handle, lbExt);
handle            176 ompi/mpi/java/java/Datatype.java 	private native void getLbExtent(long handle, int[] lbExt);
handle            210 ompi/mpi/java/java/Datatype.java 		getTrueLbExtent(handle, lbExt);
handle            215 ompi/mpi/java/java/Datatype.java 	private native void getTrueLbExtent(long handle, int[] lbExt);
handle            227 ompi/mpi/java/java/Datatype.java 		return getSize(handle) / baseSize;
handle            240 ompi/mpi/java/java/Datatype.java 		commit(handle);
handle            253 ompi/mpi/java/java/Datatype.java 		handle = free(handle);
handle            264 ompi/mpi/java/java/Datatype.java 		return handle == MPI.DATATYPE_NULL.handle;
handle            293 ompi/mpi/java/java/Datatype.java 		return new Datatype(this, dup(handle));
handle            313 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, getContiguous(count, oldType.handle));
handle            336 ompi/mpi/java/java/Datatype.java 		long handle = getVector(count, blockLength, stride, oldType.handle);
handle            337 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, handle);
handle            361 ompi/mpi/java/java/Datatype.java 		long handle = getHVector(count, blockLength, stride, oldType.handle);
handle            362 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, handle);
handle            389 ompi/mpi/java/java/Datatype.java 		long handle = getIndexed(blockLengths, displacements, oldType.handle);
handle            390 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, handle);
handle            413 ompi/mpi/java/java/Datatype.java 		long handle = getHIndexed(blockLengths, displacements, oldType.handle);
handle            414 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, handle);
handle            438 ompi/mpi/java/java/Datatype.java 		long handle = getStruct(blockLengths, displacements, types);
handle            439 ompi/mpi/java/java/Datatype.java 		return new Datatype(MPI.BYTE, handle);
handle            464 ompi/mpi/java/java/Datatype.java 		long handle = getResized(oldType.handle, lb, extent);
handle            465 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, handle);
handle            478 ompi/mpi/java/java/Datatype.java 		setName(handle, name);
handle            481 ompi/mpi/java/java/Datatype.java 	private native void setName(long handle, String name) throws MPIException;
handle            491 ompi/mpi/java/java/Datatype.java 		return getName(handle);
handle            494 ompi/mpi/java/java/Datatype.java 	private native String getName(long handle) throws MPIException;
handle            534 ompi/mpi/java/java/Datatype.java 		setAttr(handle, keyval, MPI.attrSet(value));
handle            550 ompi/mpi/java/java/Datatype.java 		Object obj = getAttr(handle, keyval);
handle            565 ompi/mpi/java/java/Datatype.java 		deleteAttr(handle, keyval);
handle             55 ompi/mpi/java/java/Errhandler.java 	protected long handle;
handle             60 ompi/mpi/java/java/Errhandler.java 	protected Errhandler(long handle)
handle             62 ompi/mpi/java/java/Errhandler.java 		this.handle = handle;
handle             42 ompi/mpi/java/java/File.java 	private long handle;
handle             56 ompi/mpi/java/java/File.java 		handle = open(comm.handle, filename, amode, Info.NULL);
handle             71 ompi/mpi/java/java/File.java 		handle = open(comm.handle, filename, amode, info.handle);
handle             84 ompi/mpi/java/java/File.java 		handle = close(handle);
handle            109 ompi/mpi/java/java/File.java 		delete(filename, info.handle);
handle            123 ompi/mpi/java/java/File.java 		setSize(handle, size);
handle            136 ompi/mpi/java/java/File.java 		preallocate(handle, size);
handle            149 ompi/mpi/java/java/File.java 		return getSize(handle);
handle            162 ompi/mpi/java/java/File.java 		return new Group(getGroup(handle));
handle            175 ompi/mpi/java/java/File.java 		return getAMode(handle);
handle            188 ompi/mpi/java/java/File.java 		setInfo(handle, info.handle);
handle            201 ompi/mpi/java/java/File.java 		return new Info(getInfo(handle));
handle            219 ompi/mpi/java/java/File.java 		setView(handle, disp, etype.handle, filetype.handle, datarep, Info.NULL);
handle            237 ompi/mpi/java/java/File.java 		setView(handle, disp, etype.handle, filetype.handle, datarep, info.handle);
handle            277 ompi/mpi/java/java/File.java 		readAt(handle, offset, buf, db, off, count,
handle            278 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            310 ompi/mpi/java/java/File.java 		readAtAll(handle, offset, buf, db, off, count,
handle            311 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            343 ompi/mpi/java/java/File.java 		writeAt(handle, offset, buf, db, off, count,
handle            344 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            376 ompi/mpi/java/java/File.java 		writeAtAll(handle, offset, buf, db, off, count,
handle            377 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            400 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAt(handle, offset, buf, count, type.handle));
handle            423 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAtAll(handle, offset, buf, count, type.handle));
handle            446 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAt(handle, offset, buf, count, type.handle));
handle            469 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAtAll(handle, offset, buf, count, type.handle));
handle            499 ompi/mpi/java/java/File.java 		read(handle, buf, db, off, count, type.handle, type.baseType, status.data);
handle            528 ompi/mpi/java/java/File.java 		readAll(handle, buf,db,off, count, type.handle, type.baseType, status.data);
handle            557 ompi/mpi/java/java/File.java 		write(handle, buf, db, off, count, type.handle, type.baseType, status.data);
handle            586 ompi/mpi/java/java/File.java 		writeAll(handle, buf,db,off, count, type.handle,type.baseType, status.data);
handle            606 ompi/mpi/java/java/File.java 		Request req = new Request(iRead(handle, buf, count, type.handle));
handle            626 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAll(handle, buf, count, type.handle));
handle            646 ompi/mpi/java/java/File.java 		Request req = new Request(iWrite(handle, buf, count, type.handle));
handle            666 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAll(handle, buf, count, type.handle));
handle            683 ompi/mpi/java/java/File.java 		seek(handle, offset, whence);
handle            696 ompi/mpi/java/java/File.java 		return getPosition(handle);
handle            710 ompi/mpi/java/java/File.java 		return getByteOffset(handle, offset);
handle            737 ompi/mpi/java/java/File.java 		readShared(handle, buf, db, off, count,
handle            738 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            769 ompi/mpi/java/java/File.java 		writeShared(handle, buf, db, off, count,
handle            770 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            792 ompi/mpi/java/java/File.java 		Request req = new Request(iReadShared(handle, buf, count, type.handle));
handle            813 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteShared(handle, buf, count, type.handle));
handle            843 ompi/mpi/java/java/File.java 		readOrdered(handle, buf, db, off, count,
handle            844 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            875 ompi/mpi/java/java/File.java 		writeOrdered(handle, buf, db, off, count,
handle            876 ompi/mpi/java/java/File.java 				type.handle, type.baseType, status.data);
handle            894 ompi/mpi/java/java/File.java 		seekShared(handle, offset, whence);
handle            908 ompi/mpi/java/java/File.java 		return getPositionShared(handle);
handle            928 ompi/mpi/java/java/File.java 			readAtAllBegin(handle, offset, buf, count, type.handle);
handle            941 ompi/mpi/java/java/File.java 			readAtAll(handle, offset, buf, false, off, count,
handle            942 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
handle            965 ompi/mpi/java/java/File.java 			readAtAllEnd(handle, buf, status.data);
handle            992 ompi/mpi/java/java/File.java 			writeAtAllBegin(handle, offset, buf, count, type.handle);
handle           1005 ompi/mpi/java/java/File.java 			writeAtAll(handle, offset, buf, false, off, count,
handle           1006 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
handle           1029 ompi/mpi/java/java/File.java 			writeAtAllEnd(handle, buf, status.data);
handle           1055 ompi/mpi/java/java/File.java 			readAllBegin(handle, buf, count, type.handle);
handle           1068 ompi/mpi/java/java/File.java 			readAll(handle, buf, false, off, count,
handle           1069 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
handle           1091 ompi/mpi/java/java/File.java 			readAllEnd(handle, buf, status.data);
handle           1117 ompi/mpi/java/java/File.java 			writeAllBegin(handle, buf, count, type.handle);
handle           1130 ompi/mpi/java/java/File.java 			writeAll(handle, buf, false, off, count,
handle           1131 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
handle           1153 ompi/mpi/java/java/File.java 			writeAllEnd(handle, buf, status.data);
handle           1179 ompi/mpi/java/java/File.java 			readOrderedBegin(handle, buf, count, type.handle);
handle           1192 ompi/mpi/java/java/File.java 			readOrdered(handle, buf, false, off, count,
handle           1193 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
handle           1215 ompi/mpi/java/java/File.java 			readOrderedEnd(handle, buf, status.data);
handle           1241 ompi/mpi/java/java/File.java 			writeOrderedBegin(handle, buf, count, type.handle);
handle           1254 ompi/mpi/java/java/File.java 			writeOrdered(handle, buf, false, off, count,
handle           1255 ompi/mpi/java/java/File.java 					type.handle, type.baseType, status.data);
handle           1277 ompi/mpi/java/java/File.java 			writeOrderedEnd(handle, buf, status.data);
handle           1305 ompi/mpi/java/java/File.java 		return getTypeExtent(handle, type.handle) / type.baseSize;
handle           1318 ompi/mpi/java/java/File.java 		setAtomicity(handle, atomicity);
handle           1332 ompi/mpi/java/java/File.java 		return getAtomicity(handle);
handle           1344 ompi/mpi/java/java/File.java 		sync(handle);
handle           1347 ompi/mpi/java/java/File.java 	private native void sync(long handle) throws MPIException;
handle           1357 ompi/mpi/java/java/File.java 		setErrhandler(handle, errhandler.handle);
handle           1371 ompi/mpi/java/java/File.java 		return new Errhandler(getErrhandler(handle));
handle           1383 ompi/mpi/java/java/File.java 		callErrhandler(handle, errorCode);
handle           1386 ompi/mpi/java/java/File.java 	private native void callErrhandler(long handle, int errorCode)
handle             63 ompi/mpi/java/java/GraphComm.java 	protected GraphComm(long handle) throws MPIException
handle             65 ompi/mpi/java/java/GraphComm.java 		super(handle);
handle            101 ompi/mpi/java/java/GraphComm.java 		return new GraphComm(dup(handle));
handle            115 ompi/mpi/java/java/GraphComm.java 		return new GraphComm(iDup(handle));
handle            128 ompi/mpi/java/java/GraphComm.java 	    return new GraphComm(dupWithInfo(handle, info.handle));
handle            144 ompi/mpi/java/java/GraphComm.java 		return getDims(handle);
handle            161 ompi/mpi/java/java/GraphComm.java 		return getNeighbors(handle, rank);
handle            174 ompi/mpi/java/java/GraphComm.java 		return getDistGraphNeighbors(handle);
handle            192 ompi/mpi/java/java/GraphComm.java 		return map(handle, index, edges);
handle             55 ompi/mpi/java/java/Group.java 	protected long handle;
handle             67 ompi/mpi/java/java/Group.java 	protected Group(long handle)
handle             69 ompi/mpi/java/java/Group.java 		this.handle = handle;
handle             80 ompi/mpi/java/java/Group.java 		return getSize(handle);
handle             95 ompi/mpi/java/java/Group.java 		return getRank(handle);
handle            106 ompi/mpi/java/java/Group.java 		handle = free(handle);
handle            117 ompi/mpi/java/java/Group.java 		return handle == nullHandle;
handle            134 ompi/mpi/java/java/Group.java 		return translateRanks(group1.handle, ranks1, group2.handle);
handle            153 ompi/mpi/java/java/Group.java 		return compare(group1.handle, group2.handle);
handle            169 ompi/mpi/java/java/Group.java 		return new Group(union(group1.handle, group2.handle));
handle            185 ompi/mpi/java/java/Group.java 		return new Group(intersection(group1.handle, group2.handle));
handle            201 ompi/mpi/java/java/Group.java 		return new Group(difference(group1.handle, group2.handle));
handle            216 ompi/mpi/java/java/Group.java 		return new Group(incl(handle, ranks));
handle            231 ompi/mpi/java/java/Group.java 		return new Group(excl(handle, ranks));
handle            251 ompi/mpi/java/java/Group.java 		return new Group(rangeIncl(handle, ranges));
handle            269 ompi/mpi/java/java/Group.java 		return new Group(rangeExcl(handle, ranges));
handle             29 ompi/mpi/java/java/Info.java 	protected long handle;
handle             39 ompi/mpi/java/java/Info.java 		handle = create();
handle             42 ompi/mpi/java/java/Info.java 	protected Info(long handle)
handle             44 ompi/mpi/java/java/Info.java 		this.handle = handle;
handle             66 ompi/mpi/java/java/Info.java 		set(handle, key, value);
handle             69 ompi/mpi/java/java/Info.java 	private native void set(long handle, String key, String value)
handle             81 ompi/mpi/java/java/Info.java 		return get(handle, key);
handle             84 ompi/mpi/java/java/Info.java 	private native String get(long handle, String key) throws MPIException;
handle             94 ompi/mpi/java/java/Info.java 		delete(handle, key);
handle             97 ompi/mpi/java/java/Info.java 	private native void delete(long handle, String key) throws MPIException;
handle            107 ompi/mpi/java/java/Info.java 		return size(handle);
handle            110 ompi/mpi/java/java/Info.java 	private native int size(long handle) throws MPIException;
handle            121 ompi/mpi/java/java/Info.java 		return getKey(handle, i);
handle            124 ompi/mpi/java/java/Info.java 	private native String getKey(long handle, int i) throws MPIException;
handle            152 ompi/mpi/java/java/Info.java 		return new Info(dup(handle));
handle            155 ompi/mpi/java/java/Info.java 	private native long dup(long handle) throws MPIException;
handle            164 ompi/mpi/java/java/Info.java 		handle = free(handle);
handle            167 ompi/mpi/java/java/Info.java 	private native long free(long handle) throws MPIException;
handle            175 ompi/mpi/java/java/Info.java 		return isNull(handle);
handle            178 ompi/mpi/java/java/Info.java 	private native boolean isNull(long handle);
handle             55 ompi/mpi/java/java/Intercomm.java 	protected Intercomm(long handle)
handle             57 ompi/mpi/java/java/Intercomm.java 		super(handle);
handle             93 ompi/mpi/java/java/Intercomm.java 		return new Intercomm(dup(handle));
handle            107 ompi/mpi/java/java/Intercomm.java 		return new Intercomm(iDup(handle));
handle            120 ompi/mpi/java/java/Intercomm.java 	    return new Intercomm(dupWithInfo(handle, info.handle));
handle             73 ompi/mpi/java/java/Intracomm.java 	protected Intracomm(long handle)
handle             75 ompi/mpi/java/java/Intracomm.java 		super(handle);
handle            111 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(dup(handle));
handle            125 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(iDup(handle));
handle            138 ompi/mpi/java/java/Intracomm.java 	    return new Intracomm(dupWithInfo(handle, info.handle));
handle            153 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(split(handle, colour, key));
handle            171 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(splitType(handle, splitType, key, info.handle));
handle            186 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(create(handle, group.handle));
handle            202 ompi/mpi/java/java/Intracomm.java 	    return new Intracomm(createGroup(handle, group.handle, tag));
handle            230 ompi/mpi/java/java/Intracomm.java 		return new CartComm(createCart(handle, dims, periods, reorder));
handle            253 ompi/mpi/java/java/Intracomm.java 		return new GraphComm(createGraph(handle, index, edges, reorder));
handle            282 ompi/mpi/java/java/Intracomm.java 				handle, sources, degrees, destinations,
handle            283 ompi/mpi/java/java/Intracomm.java 				weights, info.handle, reorder, true));
handle            308 ompi/mpi/java/java/Intracomm.java 				handle, sources, degrees, destinations,
handle            309 ompi/mpi/java/java/Intracomm.java 				null, info.handle, reorder, false));
handle            343 ompi/mpi/java/java/Intracomm.java 				handle, sources, sourceWeights, destinations,
handle            344 ompi/mpi/java/java/Intracomm.java 				destWeights, info.handle, reorder, true));
handle            370 ompi/mpi/java/java/Intracomm.java 				handle, sources, null, destinations, null,
handle            371 ompi/mpi/java/java/Intracomm.java 				info.handle, reorder, false));
handle            416 ompi/mpi/java/java/Intracomm.java 		scan(handle, sendbuf, sdb, sendoff, recvbuf, rdb, recvoff,
handle            417 ompi/mpi/java/java/Intracomm.java 				count, type.handle, type.baseType, op, op.handle);
handle            445 ompi/mpi/java/java/Intracomm.java 		scan(handle, null, false, 0, recvbuf, rdb, recvoff,
handle            446 ompi/mpi/java/java/Intracomm.java 				count, type.handle, type.baseType, op, op.handle);
handle            472 ompi/mpi/java/java/Intracomm.java 		Request req = new Request(iScan(handle, sendbuf, recvbuf, count,
handle            473 ompi/mpi/java/java/Intracomm.java 				type.handle, type.baseType, op, op.handle));
handle            497 ompi/mpi/java/java/Intracomm.java 				handle, null, buf, count,
handle            498 ompi/mpi/java/java/Intracomm.java 				type.handle, type.baseType, op, op.handle));
handle            543 ompi/mpi/java/java/Intracomm.java 		exScan(handle, sendbuf, sdb, sendoff, recvbuf, rdb, recvoff,
handle            544 ompi/mpi/java/java/Intracomm.java 				count, type.handle, type.baseType, op, op.handle);
handle            572 ompi/mpi/java/java/Intracomm.java 		exScan(handle, null, false, 0, buf, db, off, count,
handle            573 ompi/mpi/java/java/Intracomm.java 				type.handle, type.baseType, op, op.handle);
handle            599 ompi/mpi/java/java/Intracomm.java 		Request req = new Request(iExScan(handle, sendbuf, recvbuf, count,
handle            600 ompi/mpi/java/java/Intracomm.java 				type.handle, type.baseType, op, op.handle));
handle            624 ompi/mpi/java/java/Intracomm.java 				handle, null, buf, count,
handle            625 ompi/mpi/java/java/Intracomm.java 				type.handle, type.baseType, op, op.handle));
handle            654 ompi/mpi/java/java/Intracomm.java 		return openPort(info.handle);
handle            682 ompi/mpi/java/java/Intracomm.java 		return new Intercomm(accept(handle, port, Info.NULL, root));
handle            697 ompi/mpi/java/java/Intracomm.java 		return new Intercomm(accept(handle, port, info.handle, root));
handle            713 ompi/mpi/java/java/Intracomm.java 		return new Intercomm(connect(handle, port, Info.NULL, root));
handle            728 ompi/mpi/java/java/Intracomm.java 		return new Intercomm(connect(handle, port, info.handle, root));
handle            758 ompi/mpi/java/java/Intracomm.java 		publishName(service, info.handle, port);
handle            788 ompi/mpi/java/java/Intracomm.java 		unpublishName(service, info.handle, port);
handle            816 ompi/mpi/java/java/Intracomm.java 		return lookupName(service, info.handle);
handle            843 ompi/mpi/java/java/Intracomm.java 		return new Intercomm(spawn(handle, command, argv, maxprocs,
handle            844 ompi/mpi/java/java/Intracomm.java 				info.handle, root, errcodes));
handle            876 ompi/mpi/java/java/Intracomm.java 			hInfo[i] = info[i].handle;
handle            878 ompi/mpi/java/java/Intracomm.java 		return new Intercomm(spawnMultiple(handle, commands, argv, maxprocs,
handle             39 ompi/mpi/java/java/Message.java 	protected long handle;
handle             54 ompi/mpi/java/java/Message.java 		handle = NULL;
handle             63 ompi/mpi/java/java/Message.java 		return handle == NULL;
handle             72 ompi/mpi/java/java/Message.java 		return handle == NO_PROC;
handle             87 ompi/mpi/java/java/Message.java 		handle = mProbe(source, tag, comm.handle, status.data);
handle            105 ompi/mpi/java/java/Message.java 		return imProbe(source, tag, comm.handle);
handle            132 ompi/mpi/java/java/Message.java 		handle = mRecv(handle, buf, db, off, count,
handle            133 ompi/mpi/java/java/Message.java 				type.handle, type.baseType, status.data);
handle            155 ompi/mpi/java/java/Message.java 		Request req = new Request(imRecv(handle, buf, count, type.handle));
handle             61 ompi/mpi/java/java/Op.java 	protected long handle;
handle             87 ompi/mpi/java/java/Op.java 		handle = 0; // When JNI code gets the handle it will be initialized.
handle             59 ompi/mpi/java/java/Prequest.java 	protected Prequest(long handle)
handle             61 ompi/mpi/java/java/Prequest.java 		super(handle);
handle             75 ompi/mpi/java/java/Prequest.java 		handle = start(handle);
handle             74 ompi/mpi/java/java/Request.java 	protected long handle;
handle             87 ompi/mpi/java/java/Request.java 	protected Request(long handle)
handle             89 ompi/mpi/java/java/Request.java 		this.handle = handle;
handle            101 ompi/mpi/java/java/Request.java 			handle = free(handle);
handle            115 ompi/mpi/java/java/Request.java 		cancel(handle);
handle            152 ompi/mpi/java/java/Request.java 		return handle == 0 || handle == MPI.REQUEST_NULL.handle;
handle            166 ompi/mpi/java/java/Request.java 		handle = waitStatus(handle, status.data);
handle            181 ompi/mpi/java/java/Request.java 		handle = waitFor(handle);
handle            198 ompi/mpi/java/java/Request.java 		return testStatus(handle);
handle            215 ompi/mpi/java/java/Request.java 		return getStatus(handle);
handle            232 ompi/mpi/java/java/Request.java 		return test(handle);
handle            235 ompi/mpi/java/java/Request.java 	private native boolean test(long handle) throws MPIException;
handle            507 ompi/mpi/java/java/Request.java 				h[i] = r[i].handle;
handle            518 ompi/mpi/java/java/Request.java 			r[i].handle = h[i];
handle             88 ompi/mpi/java/java/Status.java 		return getCount(source, tag, error, cancelled, ucount, datatype.handle);
handle            133 ompi/mpi/java/java/Status.java 		return getElements(source, tag, error, cancelled, ucount, datatype.handle);
handle            156 ompi/mpi/java/java/Status.java 		return getElementsX(source, tag, error, cancelled, ucount, datatype.handle);
handle            179 ompi/mpi/java/java/Status.java 		data[4] = setElements(source, tag, error, cancelled, ucount, datatype.handle, count);
handle            202 ompi/mpi/java/java/Status.java 		data[4] = setElementsX(source, tag, error, cancelled, ucount, datatype.handle, count.getCount());
handle             33 ompi/mpi/java/java/Win.java 	private long handle;
handle             69 ompi/mpi/java/java/Win.java 		handle = createWin(base, sizeBytes, dispBytes, info.handle, comm.handle);
handle            109 ompi/mpi/java/java/Win.java 			handle = allocateWin(sizeBytes, dispBytes, info.handle, comm.handle, base);
handle            111 ompi/mpi/java/java/Win.java 			handle = allocateSharedWin(sizeBytes, dispBytes, info.handle, comm.handle, base);
handle            132 ompi/mpi/java/java/Win.java 		handle = createDynamicWin(info.handle, comm.handle);
handle            180 ompi/mpi/java/java/Win.java 		attach(handle, base, sizeBytes);
handle            196 ompi/mpi/java/java/Win.java 		detach(handle, base);
handle            209 ompi/mpi/java/java/Win.java 		return new Group(getGroup(handle));
handle            235 ompi/mpi/java/java/Win.java 		put(handle, origin, orgCount, orgType.handle,
handle            236 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            266 ompi/mpi/java/java/Win.java 		get(handle, origin, orgCount, orgType.handle,
handle            267 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            298 ompi/mpi/java/java/Win.java 		accumulate(handle, origin, orgCount, orgType.handle,
handle            299 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            300 ompi/mpi/java/java/Win.java 				op, op.handle, getBaseType(orgType, targetType));
handle            316 ompi/mpi/java/java/Win.java 		fence(handle, assertion);
handle            330 ompi/mpi/java/java/Win.java 		start(handle, group.handle, assertion);
handle            343 ompi/mpi/java/java/Win.java 		complete(handle);
handle            357 ompi/mpi/java/java/Win.java 		post(handle, group.handle, assertion);
handle            370 ompi/mpi/java/java/Win.java 		waitFor(handle);
handle            383 ompi/mpi/java/java/Win.java 		return test(handle);
handle            398 ompi/mpi/java/java/Win.java 		lock(handle, lockType, rank, assertion);
handle            412 ompi/mpi/java/java/Win.java 		unlock(handle, rank);
handle            425 ompi/mpi/java/java/Win.java 		setErrhandler(handle, errhandler.handle);
handle            439 ompi/mpi/java/java/Win.java 		return new Errhandler(getErrhandler(handle));
handle            451 ompi/mpi/java/java/Win.java 		callErrhandler(handle, errorCode);
handle            454 ompi/mpi/java/java/Win.java 	private native void callErrhandler(long handle, int errorCode)
handle            495 ompi/mpi/java/java/Win.java 		setAttr(handle, keyval, MPI.attrSet(value));
handle            511 ompi/mpi/java/java/Win.java 		Object obj = getAttr(handle, keyval);
handle            526 ompi/mpi/java/java/Win.java 		deleteAttr(handle, keyval);
handle            538 ompi/mpi/java/java/Win.java 		handle = free(handle);
handle            551 ompi/mpi/java/java/Win.java 		return new Info(getInfo(handle));
handle            565 ompi/mpi/java/java/Win.java 		setInfo(handle, info.handle);
handle            590 ompi/mpi/java/java/Win.java 		Request req = new Request(rPut(handle, origin_addr, origin_count,
handle            591 ompi/mpi/java/java/Win.java 				origin_datatype.handle, target_rank, target_disp,
handle            592 ompi/mpi/java/java/Win.java 				target_count, target_datatype.handle, getBaseType(origin_datatype, target_datatype)));
handle            623 ompi/mpi/java/java/Win.java 		Request req = new Request(rGet(handle, origin, orgCount, orgType.handle,
handle            624 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            657 ompi/mpi/java/java/Win.java 		Request req = new Request(rAccumulate(handle, origin, orgCount, orgType.handle,
handle            658 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            659 ompi/mpi/java/java/Win.java 				op, op.handle, getBaseType(orgType, targetType)));
handle            696 ompi/mpi/java/java/Win.java 		getAccumulate(handle, origin, orgCount, orgType.handle,
handle            697 ompi/mpi/java/java/Win.java 				resultAddr, resultCount, resultType.handle,
handle            698 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            699 ompi/mpi/java/java/Win.java 				op, op.handle, getBaseType(orgType, targetType));
handle            735 ompi/mpi/java/java/Win.java 		Request req = new Request(rGetAccumulate(handle, origin, orgCount, orgType.handle,
handle            736 ompi/mpi/java/java/Win.java 				resultAddr, resultCount, resultType.handle,
handle            737 ompi/mpi/java/java/Win.java 				targetRank, targetDisp, targetCount, targetType.handle,
handle            738 ompi/mpi/java/java/Win.java 				op, op.handle, getBaseType(orgType, targetType)));
handle            757 ompi/mpi/java/java/Win.java 		lockAll(handle, assertion);
handle            770 ompi/mpi/java/java/Win.java 		unlockAll(handle);
handle            782 ompi/mpi/java/java/Win.java 		sync(handle);
handle            795 ompi/mpi/java/java/Win.java 		flush(handle, targetRank);
handle            807 ompi/mpi/java/java/Win.java 		flushAll(handle);
handle            832 ompi/mpi/java/java/Win.java 		compareAndSwap(handle, origin, compareAddr, resultAddr,
handle            833 ompi/mpi/java/java/Win.java 				targetType.handle, targetRank, targetDisp);
handle            860 ompi/mpi/java/java/Win.java 		fetchAndOp(handle, origin, resultAddr, dataType.handle, targetRank,
handle            861 ompi/mpi/java/java/Win.java 				targetDisp, op, op.handle, getBaseType(dataType, dataType));
handle            877 ompi/mpi/java/java/Win.java 		flushLocal(handle, targetRank);
handle            890 ompi/mpi/java/java/Win.java 		flushLocalAll(handle);
handle            903 ompi/mpi/java/java/Win.java 		return getName(handle);
handle            906 ompi/mpi/java/java/Win.java 	private native String getName(long handle) throws MPIException;
handle            916 ompi/mpi/java/java/Win.java 		setName(handle, name);
handle            919 ompi/mpi/java/java/Win.java 	private native void setName(long handle, String name) throws MPIException;
handle             26 ompi/mpi/tool/cvar_handle_alloc.c                              MPI_T_cvar_handle *handle, int *count)
handle             35 ompi/mpi/tool/cvar_handle_alloc.c     if (MPI_PARAM_CHECK && (NULL == handle || NULL == count)) {
handle             41 ompi/mpi/tool/cvar_handle_alloc.c     *handle = NULL;
handle             69 ompi/mpi/tool/cvar_handle_alloc.c         *handle = (MPI_T_cvar_handle) new_handle;
handle             24 ompi/mpi/tool/cvar_handle_free.c int MPI_T_cvar_handle_free (MPI_T_cvar_handle *handle)
handle             30 ompi/mpi/tool/cvar_handle_free.c     free (*handle);
handle             31 ompi/mpi/tool/cvar_handle_free.c     *handle = NULL;
handle             26 ompi/mpi/tool/cvar_read.c int MPI_T_cvar_read (MPI_T_cvar_handle handle, void *buf)
handle             42 ompi/mpi/tool/cvar_read.c         rc = mca_base_var_get_value(handle->var->mbv_index, &value, NULL, NULL);
handle             49 ompi/mpi/tool/cvar_read.c         switch (handle->var->mbv_type) {
handle             25 ompi/mpi/tool/cvar_write.c int MPI_T_cvar_write (MPI_T_cvar_handle handle, const void *buf)
handle             40 ompi/mpi/tool/cvar_write.c         if (MCA_BASE_VAR_SCOPE_CONSTANT == handle->var->mbv_scope ||
handle             41 ompi/mpi/tool/cvar_write.c             MCA_BASE_VAR_SCOPE_READONLY == handle->var->mbv_scope) {
handle             46 ompi/mpi/tool/cvar_write.c         if (!(MCA_BASE_VAR_FLAG_SETTABLE & handle->var->mbv_flags)) {
handle             51 ompi/mpi/tool/cvar_write.c         rc = mca_base_var_set_value(handle->var->mbv_index, buf, sizeof(unsigned long long), MCA_BASE_VAR_SOURCE_SET, NULL);
handle             26 ompi/mpi/tool/pvar_handle_alloc.c                             void *obj_handle, MPI_T_pvar_handle *handle, int *count)
handle             53 ompi/mpi/tool/pvar_handle_alloc.c                                           handle, count);
handle             25 ompi/mpi/tool/pvar_handle_free.c int MPI_T_pvar_handle_free(MPI_T_pvar_session session, MPI_T_pvar_handle *handle)
handle             37 ompi/mpi/tool/pvar_handle_free.c         if (MPI_T_PVAR_HANDLE_NULL == *handle ||
handle             38 ompi/mpi/tool/pvar_handle_free.c             MPI_T_PVAR_ALL_HANDLES == *handle) {
handle             45 ompi/mpi/tool/pvar_handle_free.c         ret = mca_base_pvar_handle_free (*handle);
handle             50 ompi/mpi/tool/pvar_handle_free.c         *handle = MPI_T_PVAR_HANDLE_NULL;
handle             25 ompi/mpi/tool/pvar_read.c int MPI_T_pvar_read(MPI_T_pvar_session session, MPI_T_pvar_handle handle,
handle             34 ompi/mpi/tool/pvar_read.c     if (MPI_T_PVAR_ALL_HANDLES == handle || session != handle->session) {
handle             40 ompi/mpi/tool/pvar_read.c     ret = mca_base_pvar_handle_read_value (handle, buf);
handle             24 ompi/mpi/tool/pvar_readreset.c int MPI_T_pvar_readreset(MPI_T_pvar_session session, MPI_T_pvar_handle handle,
handle             25 ompi/mpi/tool/pvar_reset.c int MPI_T_pvar_reset(MPI_T_pvar_session session, MPI_T_pvar_handle handle)
handle             35 ompi/mpi/tool/pvar_reset.c     if (MPI_T_PVAR_ALL_HANDLES == handle) {
handle             36 ompi/mpi/tool/pvar_reset.c         OPAL_LIST_FOREACH(handle, &session->handles, mca_base_pvar_handle_t) {
handle             39 ompi/mpi/tool/pvar_reset.c             if (!mca_base_pvar_is_readonly (handle->pvar) &&
handle             40 ompi/mpi/tool/pvar_reset.c                 MPI_SUCCESS != mca_base_pvar_handle_reset (handle)) {
handle             45 ompi/mpi/tool/pvar_reset.c         ret = mca_base_pvar_handle_reset (handle);
handle             25 ompi/mpi/tool/pvar_start.c static int pvar_handle_start (mca_base_pvar_handle_t *handle)
handle             27 ompi/mpi/tool/pvar_start.c     if (OPAL_SUCCESS != mca_base_pvar_handle_start (handle)) {
handle             34 ompi/mpi/tool/pvar_start.c int MPI_T_pvar_start(MPI_T_pvar_session session, MPI_T_pvar_handle handle)
handle             44 ompi/mpi/tool/pvar_start.c     if (MPI_T_PVAR_ALL_HANDLES == handle) {
handle             45 ompi/mpi/tool/pvar_start.c         OPAL_LIST_FOREACH(handle, &session->handles, mca_base_pvar_handle_t) {
handle             48 ompi/mpi/tool/pvar_start.c             if (!mca_base_pvar_handle_is_running (handle) &&
handle             49 ompi/mpi/tool/pvar_start.c                 OMPI_SUCCESS != pvar_handle_start (handle)) {
handle             54 ompi/mpi/tool/pvar_start.c         ret = pvar_handle_start (handle);
handle             25 ompi/mpi/tool/pvar_stop.c static int pvar_handle_stop (mca_base_pvar_handle_t *handle)
handle             27 ompi/mpi/tool/pvar_stop.c     if (OPAL_SUCCESS != mca_base_pvar_handle_stop (handle)) {
handle             34 ompi/mpi/tool/pvar_stop.c int MPI_T_pvar_stop(MPI_T_pvar_session session, MPI_T_pvar_handle handle)
handle             44 ompi/mpi/tool/pvar_stop.c     if (MPI_T_PVAR_ALL_HANDLES == handle) {
handle             45 ompi/mpi/tool/pvar_stop.c         OPAL_LIST_FOREACH(handle, &session->handles, mca_base_pvar_handle_t) {
handle             48 ompi/mpi/tool/pvar_stop.c             if (mca_base_pvar_handle_is_running (handle) && !mca_base_pvar_is_continuous (handle->pvar) &&
handle             49 ompi/mpi/tool/pvar_stop.c                 MPI_SUCCESS != pvar_handle_stop (handle)) {
handle             56 ompi/mpi/tool/pvar_stop.c         ret = pvar_handle_stop (handle);
handle             25 ompi/mpi/tool/pvar_write.c int MPI_T_pvar_write(MPI_T_pvar_session session, MPI_T_pvar_handle handle,
handle             34 ompi/mpi/tool/pvar_write.c     if (MPI_T_PVAR_ALL_HANDLES == handle || session != handle->session) {
handle             40 ompi/mpi/tool/pvar_write.c     ret = mca_base_pvar_handle_write_value (handle, buf);
handle             26 ompi/mpiext/cr/c/checkpoint.c int OMPI_CR_Checkpoint(char **handle, int *seq, MPI_Info *info)
handle             74 ompi/mpiext/cr/c/checkpoint.c         *handle = strdup(datum->global_handle);
handle             78 ompi/mpiext/cr/c/checkpoint.c         *handle = (char*)malloc(sizeof(char)*HANDLE_SIZE_MAX);
handle             83 ompi/mpiext/cr/c/checkpoint.c     MPI_Bcast(*handle, HANDLE_SIZE_MAX, MPI_CHAR, 0, comm);
handle             20 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Checkpoint(char **handle, int *seq, MPI_Info *info);
handle             25 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Restart(char *handle, int seq, MPI_Info *info);
handle             77 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_checkpoint(MPI_Comm comm, char **handle, int *seq, MPI_Info *info);
handle             25 ompi/mpiext/cr/c/quiesce_checkpoint.c int OMPI_CR_Quiesce_checkpoint(MPI_Comm commP, char **handle, int *seq, MPI_Info *info)
handle             63 ompi/mpiext/cr/c/quiesce_checkpoint.c     *handle = strdup(datum->global_handle);
handle            157 ompi/mpiext/cr/c/quiesce_start.c         datum->handle = strdup(info_char);
handle             25 ompi/mpiext/cr/c/restart.c int OMPI_CR_Restart(char *handle, int seq, MPI_Info *info)
handle             48 ompi/mpiext/cr/c/restart.c     datum->global_handle = strdup(handle);
handle            152 ompi/peruse/peruse.c     ompi_peruse_handle_t * handle;
handle            170 ompi/peruse/peruse.c     handle = OBJ_NEW (ompi_peruse_handle_t);
handle            175 ompi/peruse/peruse.c     handle->active = 0;
handle            176 ompi/peruse/peruse.c     handle->event = event;
handle            177 ompi/peruse/peruse.c     handle->type = PERUSE_TYPE_COMM;
handle            178 ompi/peruse/peruse.c     handle->comm = comm;
handle            179 ompi/peruse/peruse.c     handle->fn = (ompi_peruse_callback_f*) callback_fn;
handle            180 ompi/peruse/peruse.c     handle->param = param;
handle            190 ompi/peruse/peruse.c     comm->c_peruse_handles[event] = handle;
handle            192 ompi/peruse/peruse.c     *event_h = handle;
handle            200 ompi/peruse/peruse.c     ompi_peruse_handle_t* handle = (ompi_peruse_handle_t*)event_h;
handle            209 ompi/peruse/peruse.c     OPAL_THREAD_LOCK (&handle->lock);
handle            210 ompi/peruse/peruse.c     handle->active = 1;
handle            211 ompi/peruse/peruse.c     OPAL_THREAD_UNLOCK (&handle->lock);
handle            219 ompi/peruse/peruse.c     ompi_peruse_handle_t* handle = (ompi_peruse_handle_t*)event_h;
handle            228 ompi/peruse/peruse.c     OPAL_THREAD_LOCK (&handle->lock);
handle            229 ompi/peruse/peruse.c     handle->active = 0;
handle            230 ompi/peruse/peruse.c     OPAL_THREAD_UNLOCK (&handle->lock);
handle            276 ompi/peruse/peruse.c     ompi_peruse_handle_t* handle = (ompi_peruse_handle_t*)event_h;
handle            280 ompi/peruse/peruse.c     OPAL_THREAD_LOCK (&handle->lock);
handle            281 ompi/peruse/peruse.c     handle->fn = (ompi_peruse_callback_f*) callback_fn;
handle            282 ompi/peruse/peruse.c     handle->param = param;
handle            283 ompi/peruse/peruse.c     OPAL_THREAD_UNLOCK (&handle->lock);
handle            293 ompi/peruse/peruse.c     ompi_peruse_handle_t* handle = (ompi_peruse_handle_t*)event_h;
handle            297 ompi/peruse/peruse.c     OPAL_THREAD_LOCK (&handle->lock);
handle            298 ompi/peruse/peruse.c     *callback_fn = (peruse_comm_callback_f*) handle->fn;
handle            299 ompi/peruse/peruse.c     *param = handle->param;
handle            300 ompi/peruse/peruse.c     OPAL_THREAD_UNLOCK (&handle->lock);
handle            391 opal/mca/base/mca_base_pvar.c int mca_base_pvar_notify (mca_base_pvar_handle_t *handle, mca_base_pvar_event_t event, int *count)
handle            393 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_invalid (handle->pvar)) {
handle            397 opal/mca/base/mca_base_pvar.c     return handle->pvar->notify (handle->pvar, event, handle->obj_handle, count);
handle            402 opal/mca/base/mca_base_pvar.c     mca_base_pvar_handle_t *handle, *next;
handle            417 opal/mca/base/mca_base_pvar.c     OPAL_LIST_FOREACH_SAFE(handle, next, &pvar->bound_handles, mca_base_pvar_handle_t) {
handle            418 opal/mca/base/mca_base_pvar.c         handle = (mca_base_pvar_handle_t *)((char *) handle - offsetof (mca_base_pvar_handle_t, list2));
handle            420 opal/mca/base/mca_base_pvar.c         if (handle->obj_handle != obj) {
handle            424 opal/mca/base/mca_base_pvar.c         (void) mca_base_pvar_handle_update (handle);
handle            431 opal/mca/base/mca_base_pvar.c                                 mca_base_pvar_handle_t **handle, int *count)
handle            464 opal/mca/base/mca_base_pvar.c         *handle = pvar_handle;
handle            552 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_free (mca_base_pvar_handle_t *handle)
handle            554 opal/mca/base/mca_base_pvar.c     OBJ_RELEASE(handle);
handle            559 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_update (mca_base_pvar_handle_t *handle)
handle            564 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_invalid (handle->pvar)) {
handle            568 opal/mca/base/mca_base_pvar.c     if (!mca_base_pvar_handle_is_running (handle)) {
handle            572 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_sum (handle->pvar) || mca_base_pvar_is_watermark (handle->pvar)) {
handle            573 opal/mca/base/mca_base_pvar.c         ret = handle->pvar->get_value (handle->pvar, handle->tmp_value, handle->obj_handle);
handle            578 opal/mca/base/mca_base_pvar.c         if (mca_base_pvar_is_sum (handle->pvar)) {
handle            579 opal/mca/base/mca_base_pvar.c             for (i = 0 ; i < handle->count ; ++i) {
handle            582 opal/mca/base/mca_base_pvar.c                 switch (handle->pvar->type) {
handle            584 opal/mca/base/mca_base_pvar.c                     ((unsigned *) handle->current_value)[i] += ((unsigned *) handle->tmp_value)[i] -
handle            585 opal/mca/base/mca_base_pvar.c                         ((unsigned *) handle->last_value)[i];
handle            588 opal/mca/base/mca_base_pvar.c                     ((unsigned long *) handle->current_value)[i] += ((unsigned long *) handle->tmp_value)[i] -
handle            589 opal/mca/base/mca_base_pvar.c                         ((unsigned long *) handle->last_value)[i];
handle            592 opal/mca/base/mca_base_pvar.c                     ((unsigned long long *) handle->current_value)[i] += ((unsigned long long *) handle->tmp_value)[i] -
handle            593 opal/mca/base/mca_base_pvar.c                         ((unsigned long long *) handle->last_value)[i];
handle            596 opal/mca/base/mca_base_pvar.c                     ((double *) handle->current_value)[i] += ((double *) handle->tmp_value)[i] -
handle            597 opal/mca/base/mca_base_pvar.c                         ((double *) handle->last_value)[i];
handle            605 opal/mca/base/mca_base_pvar.c             tmp = handle->tmp_value;
handle            606 opal/mca/base/mca_base_pvar.c             handle->tmp_value = handle->last_value;
handle            607 opal/mca/base/mca_base_pvar.c             handle->last_value = tmp;
handle            609 opal/mca/base/mca_base_pvar.c             for (i = 0 ; i < handle->count ; ++i) {
handle            610 opal/mca/base/mca_base_pvar.c                 if (MCA_BASE_PVAR_CLASS_LOWWATERMARK == handle->pvar->var_class) {
handle            611 opal/mca/base/mca_base_pvar.c                     switch (handle->pvar->type) {
handle            613 opal/mca/base/mca_base_pvar.c                         ((unsigned *) handle->current_value)[i] = min(((unsigned *) handle->tmp_value)[i],
handle            614 opal/mca/base/mca_base_pvar.c                                                                       ((unsigned *) handle->current_value)[i]);
handle            617 opal/mca/base/mca_base_pvar.c                         ((unsigned long *) handle->current_value)[i] = min(((unsigned long *) handle->tmp_value)[i],
handle            618 opal/mca/base/mca_base_pvar.c                                                                            ((unsigned long *) handle->current_value)[i]);
handle            621 opal/mca/base/mca_base_pvar.c                         ((unsigned long long *) handle->current_value)[i] = min(((unsigned long long *) handle->tmp_value)[i],
handle            622 opal/mca/base/mca_base_pvar.c                                                                                 ((unsigned long long *) handle->current_value)[i]);
handle            625 opal/mca/base/mca_base_pvar.c                         ((double *) handle->current_value)[i] = min(((double *) handle->tmp_value)[i],
handle            626 opal/mca/base/mca_base_pvar.c                                                                     ((double *) handle->current_value)[i]);
handle            633 opal/mca/base/mca_base_pvar.c                     switch (handle->pvar->type) {
handle            635 opal/mca/base/mca_base_pvar.c                         ((unsigned *) handle->current_value)[i] = max(((unsigned *) handle->tmp_value)[i],
handle            636 opal/mca/base/mca_base_pvar.c                                                                       ((unsigned *) handle->current_value)[i]);
handle            639 opal/mca/base/mca_base_pvar.c                         ((unsigned long *) handle->current_value)[i] = max(((unsigned long *) handle->tmp_value)[i],
handle            640 opal/mca/base/mca_base_pvar.c                                                                            ((unsigned long *) handle->current_value)[i]);
handle            643 opal/mca/base/mca_base_pvar.c                         ((unsigned long long *) handle->current_value)[i] = max(((unsigned long long *) handle->tmp_value)[i],
handle            644 opal/mca/base/mca_base_pvar.c                                                                                 ((unsigned long long *) handle->current_value)[i]);
handle            647 opal/mca/base/mca_base_pvar.c                         ((double *) handle->current_value)[i] = max(((double *) handle->tmp_value)[i],
handle            648 opal/mca/base/mca_base_pvar.c                                                                     ((double *) handle->current_value)[i]);
handle            657 opal/mca/base/mca_base_pvar.c     } else if (!mca_base_pvar_is_continuous (handle->pvar)) {
handle            659 opal/mca/base/mca_base_pvar.c         ret = handle->pvar->get_value (handle->pvar, handle->current_value, handle->obj_handle);
handle            670 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_read_value (mca_base_pvar_handle_t *handle, void *value)
handle            674 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_invalid (handle->pvar)) {
handle            679 opal/mca/base/mca_base_pvar.c     ret = mca_base_pvar_handle_update (handle);
handle            684 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_sum (handle->pvar) || mca_base_pvar_is_watermark (handle->pvar) ||
handle            685 opal/mca/base/mca_base_pvar.c         !mca_base_pvar_handle_is_running (handle)) {
handle            687 opal/mca/base/mca_base_pvar.c         memmove (value, handle->current_value, handle->count * ompi_var_type_sizes[handle->pvar->type]);
handle            690 opal/mca/base/mca_base_pvar.c         ret = handle->pvar->get_value (handle->pvar, value, handle->obj_handle);
handle            696 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_write_value (mca_base_pvar_handle_t *handle, const void *value)
handle            700 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_invalid (handle->pvar)) {
handle            704 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_readonly (handle->pvar)) {
handle            709 opal/mca/base/mca_base_pvar.c     ret = handle->pvar->set_value (handle->pvar, value, handle->obj_handle);
handle            711 opal/mca/base/mca_base_pvar.c     ret = mca_base_pvar_handle_update (handle);
handle            716 opal/mca/base/mca_base_pvar.c     memmove (handle->current_value, value, handle->count * ompi_var_type_sizes[handle->pvar->type]);
handle            718 opal/mca/base/mca_base_pvar.c     ret = handle->pvar->set_value (handle->pvar, value, handle->obj_handle);
handle            723 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_start (mca_base_pvar_handle_t *handle)
handle            728 opal/mca/base/mca_base_pvar.c     if ((handle->pvar->flags & MCA_BASE_PVAR_FLAG_CONTINUOUS) ||
handle            729 opal/mca/base/mca_base_pvar.c         handle->started) {
handle            734 opal/mca/base/mca_base_pvar.c     ret = mca_base_pvar_notify (handle, MCA_BASE_PVAR_HANDLE_START, NULL);
handle            739 opal/mca/base/mca_base_pvar.c     handle->started = true;
handle            741 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_sum (handle->pvar)) {
handle            743 opal/mca/base/mca_base_pvar.c         ret = handle->pvar->get_value (handle->pvar, handle->last_value, handle->obj_handle);
handle            747 opal/mca/base/mca_base_pvar.c     } else if (mca_base_pvar_is_watermark (handle->pvar)) {
handle            750 opal/mca/base/mca_base_pvar.c         ret = handle->pvar->get_value (handle->pvar, handle->current_value, handle->obj_handle);
handle            759 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_stop (mca_base_pvar_handle_t *handle)
handle            763 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_invalid (handle->pvar)) {
handle            768 opal/mca/base/mca_base_pvar.c     if (!mca_base_pvar_handle_is_running (handle) || mca_base_pvar_is_continuous (handle->pvar)) {
handle            772 opal/mca/base/mca_base_pvar.c     ret = mca_base_pvar_handle_update (handle);
handle            778 opal/mca/base/mca_base_pvar.c     (void) mca_base_pvar_notify (handle, MCA_BASE_PVAR_HANDLE_STOP, NULL);
handle            781 opal/mca/base/mca_base_pvar.c     handle->started = false;
handle            786 opal/mca/base/mca_base_pvar.c int mca_base_pvar_handle_reset (mca_base_pvar_handle_t *handle)
handle            790 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_invalid (handle->pvar)) {
handle            795 opal/mca/base/mca_base_pvar.c     if (mca_base_pvar_is_sum (handle->pvar)) {
handle            797 opal/mca/base/mca_base_pvar.c         memset (handle->current_value, 0, handle->count * ompi_var_type_sizes[handle->pvar->type]);
handle            799 opal/mca/base/mca_base_pvar.c         if (mca_base_pvar_handle_is_running (handle)) {
handle            800 opal/mca/base/mca_base_pvar.c             ret = handle->pvar->get_value (handle->pvar, handle->last_value, handle->obj_handle);
handle            802 opal/mca/base/mca_base_pvar.c     } else if (mca_base_pvar_handle_is_running (handle) && mca_base_pvar_is_watermark (handle->pvar)) {
handle            805 opal/mca/base/mca_base_pvar.c         ret = handle->pvar->get_value (handle->pvar, handle->current_value, handle->obj_handle);
handle            806 opal/mca/base/mca_base_pvar.c     } else if (mca_base_pvar_is_readonly (handle->pvar)) {
handle            941 opal/mca/base/mca_base_pvar.c     mca_base_pvar_handle_t *handle, *next;
handle            946 opal/mca/base/mca_base_pvar.c     OPAL_LIST_FOREACH_SAFE(handle, next, &session->handles, mca_base_pvar_handle_t) {
handle            947 opal/mca/base/mca_base_pvar.c         OBJ_DESTRUCT(handle);
handle            957 opal/mca/base/mca_base_pvar.c static void mca_base_pvar_handle_constructor (mca_base_pvar_handle_t *handle)
handle            959 opal/mca/base/mca_base_pvar.c     memset ((char *) handle + sizeof (handle->super), 0, sizeof (*handle) - sizeof (handle->super));
handle            961 opal/mca/base/mca_base_pvar.c     OBJ_CONSTRUCT(&handle->list2, opal_list_item_t);
handle            964 opal/mca/base/mca_base_pvar.c static void mca_base_pvar_handle_destructor (mca_base_pvar_handle_t *handle)
handle            966 opal/mca/base/mca_base_pvar.c     if (handle->pvar) {
handle            967 opal/mca/base/mca_base_pvar.c         (void) mca_base_pvar_notify (handle, MCA_BASE_PVAR_HANDLE_UNBIND, NULL);
handle            970 opal/mca/base/mca_base_pvar.c     if (NULL != handle->last_value) {
handle            971 opal/mca/base/mca_base_pvar.c         free (handle->last_value);
handle            974 opal/mca/base/mca_base_pvar.c     if (NULL != handle->current_value) {
handle            975 opal/mca/base/mca_base_pvar.c         free (handle->current_value);
handle            978 opal/mca/base/mca_base_pvar.c     if (NULL != handle->tmp_value) {
handle            979 opal/mca/base/mca_base_pvar.c         free (handle->tmp_value);
handle            983 opal/mca/base/mca_base_pvar.c     if (handle->pvar) {
handle            984 opal/mca/base/mca_base_pvar.c         opal_list_remove_item (&handle->pvar->bound_handles, &handle->list2);
handle            987 opal/mca/base/mca_base_pvar.c     OBJ_DESTRUCT(&handle->list2);
handle            990 opal/mca/base/mca_base_pvar.c     if (handle->session) {
handle            991 opal/mca/base/mca_base_pvar.c         opal_list_remove_item (&handle->session->handles, &handle->super);
handle            483 opal/mca/base/mca_base_pvar.h                                 mca_base_pvar_handle_t **handle, int *count);
handle            492 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_free (mca_base_pvar_handle_t *handle);
handle            505 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_update (mca_base_pvar_handle_t *handle);
handle            517 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_read_value (mca_base_pvar_handle_t *handle, void *value);
handle            527 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_write_value (mca_base_pvar_handle_t *handle, const void *value);
handle            536 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_notify (mca_base_pvar_handle_t *handle, mca_base_pvar_event_t event, int *count);
handle            546 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_start (mca_base_pvar_handle_t *handle);
handle            556 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_stop (mca_base_pvar_handle_t *handle);
handle            565 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_handle_reset (mca_base_pvar_handle_t *handle);
handle            567 opal/mca/base/mca_base_pvar.h static inline bool mca_base_pvar_handle_is_running (mca_base_pvar_handle_t *handle)
handle            569 opal/mca/base/mca_base_pvar.h     return handle->started || !!(handle->pvar->flags & MCA_BASE_PVAR_FLAG_CONTINUOUS);
handle            876 opal/mca/btl/btl.h     struct mca_btl_base_module_t* btl, struct mca_btl_base_registration_handle_t *handle);
handle            179 opal/mca/btl/ofi/btl_ofi.h     mca_btl_base_registration_handle_t handle;
handle            199 opal/mca/btl/ofi/btl_ofi_module.c     return &reg->handle;
handle            213 opal/mca/btl/ofi/btl_ofi_module.c static int mca_btl_ofi_deregister_mem (mca_btl_base_module_t *btl, mca_btl_base_registration_handle_t *handle)
handle            217 opal/mca/btl/ofi/btl_ofi_module.c         (mca_btl_ofi_reg_t *)((intptr_t) handle - offsetof (mca_btl_ofi_reg_t, handle));
handle            238 opal/mca/btl/ofi/btl_ofi_module.c     ur->handle.rkey = fi_mr_key(ur->ur_mr);
handle            239 opal/mca/btl/ofi/btl_ofi_module.c     ur->handle.desc = fi_mr_desc(ur->ur_mr);
handle            245 opal/mca/btl/ofi/btl_ofi_module.c         ur->handle.base_addr = 0;
handle            247 opal/mca/btl/ofi/btl_ofi_module.c         ur->handle.base_addr = base;
handle             51 opal/mca/btl/portals4/btl_portals4.c                                     mca_btl_base_registration_handle_t *handle);
handle            609 opal/mca/btl/portals4/btl_portals4.c     mca_btl_base_registration_handle_t *handle = NULL;
handle            613 opal/mca/btl/portals4/btl_portals4.c     handle = (mca_btl_base_registration_handle_t *)malloc(sizeof(mca_btl_base_registration_handle_t));
handle            614 opal/mca/btl/portals4/btl_portals4.c     if (!handle) {
handle            618 opal/mca/btl/portals4/btl_portals4.c     handle->key = OPAL_THREAD_ADD_FETCH64(&(portals4_btl->portals_rdma_key), 1);
handle            619 opal/mca/btl/portals4/btl_portals4.c     handle->remote_offset = 0;
handle            623 opal/mca/btl/portals4/btl_portals4.c         portals4_btl->interface_num, base, size, (void *)handle, handle->key, flags));
handle            642 opal/mca/btl/portals4/btl_portals4.c     me.match_bits = handle->key;
handle            652 opal/mca/btl/portals4/btl_portals4.c                       handle,
handle            653 opal/mca/btl/portals4/btl_portals4.c                       &(handle->me_h));
handle            663 opal/mca/btl/portals4/btl_portals4.c         (void *)handle, handle->me_h, me.start, me.length,
handle            665 opal/mca/btl/portals4/btl_portals4.c     return handle;
handle            670 opal/mca/btl/portals4/btl_portals4.c                                 mca_btl_base_registration_handle_t *handle)
handle            677 opal/mca/btl/portals4/btl_portals4.c         portals4_btl->interface_num, (void *)handle, handle->key, handle->me_h));
handle            679 opal/mca/btl/portals4/btl_portals4.c     if (!PtlHandleIsEqual(handle->me_h, PTL_INVALID_HANDLE)) {
handle            680 opal/mca/btl/portals4/btl_portals4.c         ret = PtlMEUnlink(handle->me_h);
handle            686 opal/mca/btl/portals4/btl_portals4.c         handle->me_h = PTL_INVALID_HANDLE;
handle            689 opal/mca/btl/portals4/btl_portals4.c     free(handle);
handle             83 opal/mca/btl/smcuda/btl_smcuda.c                                           struct mca_btl_base_registration_handle_t *handle);
handle           1066 opal/mca/btl/smcuda/btl_smcuda.c                                           struct mca_btl_base_registration_handle_t *handle)
handle           1070 opal/mca/btl/smcuda/btl_smcuda.c         ((intptr_t) handle - offsetof (mca_rcache_common_cuda_reg_t, data));
handle            385 opal/mca/btl/template/btl_template.c 				     struct mca_btl_base_registration_handle_t *handle)
handle            299 opal/mca/btl/template/btl_template.h                                      struct mca_btl_base_registration_handle_t *handle);
handle            165 opal/mca/btl/uct/btl_uct.h     mca_btl_base_registration_handle_t handle;
handle            171 opal/mca/btl/uct/btl_uct.h #define MCA_BTL_UCT_REG_REMOTE_TO_LOCAL(reg) ((mca_btl_uct_reg_t *)((intptr_t) (reg) - offsetof (mca_btl_uct_reg_t, handle)))
handle            179 opal/mca/btl/uct/btl_uct_module.c     return &reg->handle;
handle            193 opal/mca/btl/uct/btl_uct_module.c static int mca_btl_uct_deregister_mem (mca_btl_base_module_t *btl, mca_btl_base_registration_handle_t *handle)
handle            197 opal/mca/btl/uct/btl_uct_module.c         (mca_btl_uct_reg_t *)((intptr_t) handle - offsetof (mca_btl_uct_reg_t, handle));
handle            237 opal/mca/btl/uct/btl_uct_module.c         ucs_status = uct_md_mkey_pack (uct_module->md->uct_md, uct_reg->uct_memh, uct_reg->handle.packed_handle);
handle            462 opal/mca/btl/ugni/btl_ugni.h     mca_btl_base_registration_handle_t handle;
handle            566 opal/mca/btl/ugni/btl_ugni_component.c     gni_ep_handle_t handle;
handle            569 opal/mca/btl/ugni/btl_ugni_component.c     rc = mca_btl_ugni_get_datagram (ugni_module, device, &handle, &ep);
handle            574 opal/mca/btl/ugni/btl_ugni_component.c     BTL_VERBOSE(("remote datagram completion on handle %p", (void*)handle));
handle            577 opal/mca/btl/ugni/btl_ugni_component.c     if (handle == ugni_module->wildcard_ep) {
handle            596 opal/mca/btl/ugni/btl_ugni_component.c     BTL_VERBOSE(("got a datagram completion: ep = %p. wc = %d", (void *) ep, handle == ugni_module->wildcard_ep));
handle            600 opal/mca/btl/ugni/btl_ugni_component.c     if (handle != ugni_module->wildcard_ep) {
handle            617 opal/mca/btl/ugni/btl_ugni_component.c     if (handle == ugni_module->wildcard_ep) {
handle            377 opal/mca/btl/ugni/btl_ugni_device.h     gni_ep_handle_t *handle;
handle            401 opal/mca/btl/ugni/btl_ugni_device.h         *(args->handle) = (*args->ep)->smsg_ep_handle.gni_handle;
handle            403 opal/mca/btl/ugni/btl_ugni_device.h         *(args->handle) = args->ugni_module->wildcard_ep;
handle            407 opal/mca/btl/ugni/btl_ugni_device.h     grc = GNI_EpPostDataWaitById (*args->handle, datagram_id, -1, &post_state,
handle            435 opal/mca/btl/ugni/btl_ugni_device.h                           args->flags, -1, &args->ugni_reg->handle.gni_handle);
handle            453 opal/mca/btl/ugni/btl_ugni_device.h     rc = GNI_MemDeregister (device->dev_handle, &args->ugni_reg->handle.gni_handle);
handle            559 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_get_datagram_args_t args = {.ugni_module = ugni_module, .ep = ep, .handle = gni_handle};
handle             29 opal/mca/btl/ugni/btl_ugni_frag.c     frag->memory_handle = reg->handle;
handle             42 opal/mca/btl/ugni/btl_ugni_module.c static int mca_btl_ugni_deregister_mem (mca_btl_base_module_t *btl, mca_btl_base_registration_handle_t *handle);
handle            267 opal/mca/btl/ugni/btl_ugni_module.c         frag->hdr.eager.memory_handle = registration->handle;
handle            315 opal/mca/btl/ugni/btl_ugni_module.c     return &reg->handle;
handle            318 opal/mca/btl/ugni/btl_ugni_module.c static int mca_btl_ugni_deregister_mem (mca_btl_base_module_t *btl, mca_btl_base_registration_handle_t *handle)
handle            322 opal/mca/btl/ugni/btl_ugni_module.c         (mca_btl_ugni_reg_t *)((intptr_t) handle - offsetof (mca_btl_ugni_reg_t, handle));
handle             88 opal/mca/btl/ugni/btl_ugni_prepare.h         frag->hdr.eager.memory_handle = registration->handle;;
handle            134 opal/mca/btl/ugni/btl_ugni_prepare.h         frag->hdr.eager.memory_handle = registration->handle;
handle             29 opal/mca/btl/ugni/btl_ugni_smsg.c     mbox->attr.smsg_attr.mem_hndl       = ugni_reg->handle.gni_handle;
handle             90 opal/mca/btl/vader/btl_vader_knem.c mca_btl_vader_deregister_mem_knem (struct mca_btl_base_module_t *btl, struct mca_btl_base_registration_handle_t *handle)
handle             94 opal/mca/btl/vader/btl_vader_knem.c         (mca_btl_vader_registration_handle_t *)((intptr_t) handle - offsetof (mca_btl_vader_registration_handle_t, btl_handle));
handle           1180 opal/mca/common/cuda/common_cuda.c void mca_common_cuda_construct_event_and_handle(uintptr_t *event, void *handle)
handle           1190 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcGetEventHandle((CUipcEventHandle *)handle, (CUevent)*event);
handle           1196 opal/mca/common/cuda/common_cuda.c     CUDA_DUMP_EVTHANDLE((10, handle, "construct_event_and_handle"));
handle             75 opal/mca/common/cuda/common_cuda.h OPAL_DECLSPEC void mca_common_cuda_construct_event_and_handle(uintptr_t *event, void *handle);
handle             73 opal/mca/dl/base/base.h                                opal_dl_handle_t **handle, char **err_msg);
handle             81 opal/mca/dl/base/base.h OPAL_DECLSPEC int opal_dl_lookup(opal_dl_handle_t *handle,
handle             91 opal/mca/dl/base/base.h OPAL_DECLSPEC int opal_dl_close(opal_dl_handle_t *handle);
handle             27 opal/mca/dl/base/dl_base_fns.c                  opal_dl_handle_t **handle, char **err_msg)
handle             29 opal/mca/dl/base/dl_base_fns.c     *handle = NULL;
handle             33 opal/mca/dl/base/dl_base_fns.c                              handle, err_msg);
handle             39 opal/mca/dl/base/dl_base_fns.c int opal_dl_lookup(opal_dl_handle_t *handle,
handle             44 opal/mca/dl/base/dl_base_fns.c         return opal_dl->lookup(handle, symbol, ptr, err_msg);
handle             50 opal/mca/dl/base/dl_base_fns.c int opal_dl_close(opal_dl_handle_t *handle)
handle             53 opal/mca/dl/base/dl_base_fns.c         return opal_dl->close(handle);
handle             90 opal/mca/dl/dl.h      opal_dl_handle_t **handle, char **err_msg);
handle            110 opal/mca/dl/dl.h     (opal_dl_handle_t *handle, const char *symbol, void **ptr, char **err_msg);
handle            124 opal/mca/dl/dl.h     (opal_dl_handle_t *handle);
handle             36 opal/mca/dl/dlopen/dl_dlopen_module.c                       void **handle, char **err_msg)
handle             38 opal/mca/dl/dlopen/dl_dlopen_module.c     assert(handle);
handle             40 opal/mca/dl/dlopen/dl_dlopen_module.c     *handle = dlopen(fname, flags);
handle             43 opal/mca/dl/dlopen/dl_dlopen_module.c         if (NULL != *handle) {
handle             53 opal/mca/dl/dlopen/dl_dlopen_module.c                        opal_dl_handle_t **handle, char **err_msg)
handle             55 opal/mca/dl/dlopen/dl_dlopen_module.c     assert(handle);
handle             57 opal/mca/dl/dlopen/dl_dlopen_module.c     *handle = NULL;
handle            109 opal/mca/dl/dlopen/dl_dlopen_module.c         *handle = calloc(1, sizeof(opal_dl_handle_t));
handle            110 opal/mca/dl/dlopen/dl_dlopen_module.c         (*handle)->dlopen_handle = local_handle;
handle            114 opal/mca/dl/dlopen/dl_dlopen_module.c             (*handle)->filename = strdup(fname);
handle            117 opal/mca/dl/dlopen/dl_dlopen_module.c             (*handle)->filename = strdup("(null)");
handle            125 opal/mca/dl/dlopen/dl_dlopen_module.c static int dlopen_lookup(opal_dl_handle_t *handle, const char *symbol,
handle            128 opal/mca/dl/dlopen/dl_dlopen_module.c     assert(handle);
handle            129 opal/mca/dl/dlopen/dl_dlopen_module.c     assert(handle->dlopen_handle);
handle            133 opal/mca/dl/dlopen/dl_dlopen_module.c     *ptr = dlsym(handle->dlopen_handle, symbol);
handle            145 opal/mca/dl/dlopen/dl_dlopen_module.c static int dlopen_close(opal_dl_handle_t *handle)
handle            147 opal/mca/dl/dlopen/dl_dlopen_module.c     assert(handle);
handle            150 opal/mca/dl/dlopen/dl_dlopen_module.c     ret = dlclose(handle->dlopen_handle);
handle            153 opal/mca/dl/dlopen/dl_dlopen_module.c     free(handle->filename);
handle            155 opal/mca/dl/dlopen/dl_dlopen_module.c     free(handle);
handle             20 opal/mca/dl/libltdl/dl_libltdl_module.c                        opal_dl_handle_t **handle, char **err_msg)
handle             22 opal/mca/dl/libltdl/dl_libltdl_module.c     assert(handle);
handle             24 opal/mca/dl/libltdl/dl_libltdl_module.c     *handle = NULL;
handle             52 opal/mca/dl/libltdl/dl_libltdl_module.c         *handle = calloc(1, sizeof(opal_dl_handle_t));
handle             53 opal/mca/dl/libltdl/dl_libltdl_module.c         (*handle)->ltdl_handle = local_handle;
handle             57 opal/mca/dl/libltdl/dl_libltdl_module.c             (*handle)->filename = strdup(fname);
handle             60 opal/mca/dl/libltdl/dl_libltdl_module.c             (*handle)->filename = strdup("(null)");
handle             74 opal/mca/dl/libltdl/dl_libltdl_module.c static int libltdl_lookup(opal_dl_handle_t *handle, const char *symbol,
handle             77 opal/mca/dl/libltdl/dl_libltdl_module.c     assert(handle);
handle             78 opal/mca/dl/libltdl/dl_libltdl_module.c     assert(handle->ltdl_handle);
handle             86 opal/mca/dl/libltdl/dl_libltdl_module.c     *ptr = lt_dlsym(handle->ltdl_handle, symbol);
handle             98 opal/mca/dl/libltdl/dl_libltdl_module.c static int libltdl_close(opal_dl_handle_t *handle)
handle            100 opal/mca/dl/libltdl/dl_libltdl_module.c     assert(handle);
handle            103 opal/mca/dl/libltdl/dl_libltdl_module.c     ret = lt_dlclose(handle->ltdl_handle);
handle            106 opal/mca/dl/libltdl/dl_libltdl_module.c     free(handle->filename);
handle            108 opal/mca/dl/libltdl/dl_libltdl_module.c     free(handle);
handle            132 opal/mca/event/libevent2022/libevent/evdns.c 	EVUTIL_ASSERT((req)->handle && (req)->handle->current_req == (req))
handle            196 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle            395 opal/mca/event/libevent2022/libevent/evdns.c static struct request *search_request_new(struct evdns_base *base, struct evdns_request *handle, int type, const char *const name, int flags, evdns_callback_type user_callback, void *user_arg);
handle            398 opal/mca/event/libevent2022/libevent/evdns.c static struct request *request_new(struct evdns_base *base, struct evdns_request *handle, int type, const char *name, int flags, evdns_callback_type callback, void *ptr);
handle            673 opal/mca/event/libevent2022/libevent/evdns.c 	if (req->handle) {
handle            674 opal/mca/event/libevent2022/libevent/evdns.c 		EVUTIL_ASSERT(req->handle->current_req == req);
handle            677 opal/mca/event/libevent2022/libevent/evdns.c 			search_request_finished(req->handle);
handle            678 opal/mca/event/libevent2022/libevent/evdns.c 			req->handle->current_req = NULL;
handle            679 opal/mca/event/libevent2022/libevent/evdns.c 			if (! req->handle->pending_cb) {
handle            682 opal/mca/event/libevent2022/libevent/evdns.c 				mm_free(req->handle);
handle            684 opal/mca/event/libevent2022/libevent/evdns.c 			req->handle = NULL; /* If we have a bug, let's crash
handle            687 opal/mca/event/libevent2022/libevent/evdns.c 			req->handle->current_req = NULL;
handle            762 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle            809 opal/mca/event/libevent2022/libevent/evdns.c 	if (cb->handle && cb->handle->pending_cb) {
handle            810 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(cb->handle);
handle            838 opal/mca/event/libevent2022/libevent/evdns.c 	if (req->handle) {
handle            839 opal/mca/event/libevent2022/libevent/evdns.c 		req->handle->pending_cb = 1;
handle            840 opal/mca/event/libevent2022/libevent/evdns.c 		d->handle = req->handle;
handle            906 opal/mca/event/libevent2022/libevent/evdns.c 			if (req->handle == req->ns->probe_request) {
handle            914 opal/mca/event/libevent2022/libevent/evdns.c 		if (req->handle->search_state &&
handle            918 opal/mca/event/libevent2022/libevent/evdns.c 			if (!search_try_next(req->handle)) {
handle            934 opal/mca/event/libevent2022/libevent/evdns.c 		if (req->handle == req->ns->probe_request)
handle           2292 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle           2303 opal/mca/event/libevent2022/libevent/evdns.c 	handle = mm_calloc(1, sizeof(*handle));
handle           2304 opal/mca/event/libevent2022/libevent/evdns.c 	if (!handle) return;
handle           2305 opal/mca/event/libevent2022/libevent/evdns.c 	req = request_new(ns->base, handle, TYPE_A, "google.com", DNS_QUERY_NO_SEARCH, nameserver_probe_callback, ns);
handle           2307 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(handle);
handle           2310 opal/mca/event/libevent2022/libevent/evdns.c 	ns->probe_request = handle;
handle           2695 opal/mca/event/libevent2022/libevent/evdns.c request_new(struct evdns_base *base, struct evdns_request *handle, int type,
handle           2759 opal/mca/event/libevent2022/libevent/evdns.c 	req->handle = handle;
handle           2760 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle) {
handle           2761 opal/mca/event/libevent2022/libevent/evdns.c 		handle->current_req = req;
handle           2762 opal/mca/event/libevent2022/libevent/evdns.c 		handle->base = base;
handle           2790 opal/mca/event/libevent2022/libevent/evdns.c evdns_cancel_request(struct evdns_base *base, struct evdns_request *handle)
handle           2794 opal/mca/event/libevent2022/libevent/evdns.c 	if (!handle->current_req)
handle           2799 opal/mca/event/libevent2022/libevent/evdns.c 		base = handle->base;
handle           2801 opal/mca/event/libevent2022/libevent/evdns.c 			base = handle->current_req->base;
handle           2805 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->pending_cb) {
handle           2810 opal/mca/event/libevent2022/libevent/evdns.c 	req = handle->current_req;
handle           2828 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle           2831 opal/mca/event/libevent2022/libevent/evdns.c 	handle = mm_calloc(1, sizeof(*handle));
handle           2832 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle == NULL)
handle           2837 opal/mca/event/libevent2022/libevent/evdns.c 			request_new(base, handle, TYPE_A, name, flags,
handle           2842 opal/mca/event/libevent2022/libevent/evdns.c 		search_request_new(base, handle, TYPE_A, name, flags,
handle           2845 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->current_req == NULL) {
handle           2846 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(handle);
handle           2847 opal/mca/event/libevent2022/libevent/evdns.c 		handle = NULL;
handle           2850 opal/mca/event/libevent2022/libevent/evdns.c 	return handle;
handle           2867 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle           2870 opal/mca/event/libevent2022/libevent/evdns.c 	handle = mm_calloc(1, sizeof(*handle));
handle           2871 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle == NULL)
handle           2875 opal/mca/event/libevent2022/libevent/evdns.c 		req = request_new(base, handle, TYPE_AAAA, name, flags,
handle           2880 opal/mca/event/libevent2022/libevent/evdns.c 		search_request_new(base, handle, TYPE_AAAA, name, flags,
handle           2883 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->current_req == NULL) {
handle           2884 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(handle);
handle           2885 opal/mca/event/libevent2022/libevent/evdns.c 		handle = NULL;
handle           2888 opal/mca/event/libevent2022/libevent/evdns.c 	return handle;
handle           2900 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle           2910 opal/mca/event/libevent2022/libevent/evdns.c 	handle = mm_calloc(1, sizeof(*handle));
handle           2911 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle == NULL)
handle           2915 opal/mca/event/libevent2022/libevent/evdns.c 	req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
handle           2918 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->current_req == NULL) {
handle           2919 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(handle);
handle           2920 opal/mca/event/libevent2022/libevent/evdns.c 		handle = NULL;
handle           2923 opal/mca/event/libevent2022/libevent/evdns.c 	return (handle);
handle           2936 opal/mca/event/libevent2022/libevent/evdns.c 	struct evdns_request *handle;
handle           2950 opal/mca/event/libevent2022/libevent/evdns.c 	handle = mm_calloc(1, sizeof(*handle));
handle           2951 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle == NULL)
handle           2955 opal/mca/event/libevent2022/libevent/evdns.c 	req = request_new(base, handle, TYPE_PTR, buf, flags, callback, ptr);
handle           2958 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->current_req == NULL) {
handle           2959 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(handle);
handle           2960 opal/mca/event/libevent2022/libevent/evdns.c 		handle = NULL;
handle           2963 opal/mca/event/libevent2022/libevent/evdns.c 	return (handle);
handle           3148 opal/mca/event/libevent2022/libevent/evdns.c search_request_new(struct evdns_base *base, struct evdns_request *handle,
handle           3153 opal/mca/event/libevent2022/libevent/evdns.c 	EVUTIL_ASSERT(handle->current_req == NULL);
handle           3160 opal/mca/event/libevent2022/libevent/evdns.c 			req = request_new(base, handle, type, name, flags, user_callback, user_arg);
handle           3162 opal/mca/event/libevent2022/libevent/evdns.c 			handle->search_index = -1;
handle           3166 opal/mca/event/libevent2022/libevent/evdns.c 			req = request_new(base, handle, type, new_name, flags, user_callback, user_arg);
handle           3169 opal/mca/event/libevent2022/libevent/evdns.c 			handle->search_index = 0;
handle           3171 opal/mca/event/libevent2022/libevent/evdns.c 		EVUTIL_ASSERT(handle->search_origname == NULL);
handle           3172 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_origname = mm_strdup(name);
handle           3173 opal/mca/event/libevent2022/libevent/evdns.c 		if (handle->search_origname == NULL) {
handle           3179 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_state = base->global_search_state;
handle           3180 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_flags = flags;
handle           3185 opal/mca/event/libevent2022/libevent/evdns.c 		struct request *const req = request_new(base, handle, type, name, flags, user_callback, user_arg);
handle           3198 opal/mca/event/libevent2022/libevent/evdns.c search_try_next(struct evdns_request *const handle) {
handle           3199 opal/mca/event/libevent2022/libevent/evdns.c 	struct request *req = handle->current_req;
handle           3203 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->search_state) {
handle           3206 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_index++;
handle           3207 opal/mca/event/libevent2022/libevent/evdns.c 		if (handle->search_index >= handle->search_state->num_domains) {
handle           3210 opal/mca/event/libevent2022/libevent/evdns.c 			if (string_num_dots(handle->search_origname) < handle->search_state->ndots) {
handle           3212 opal/mca/event/libevent2022/libevent/evdns.c 				newreq = request_new(base, NULL, req->request_type, handle->search_origname, handle->search_flags, req->user_callback, req->user_pointer);
handle           3213 opal/mca/event/libevent2022/libevent/evdns.c 				log(EVDNS_LOG_DEBUG, "Search: trying raw query %s", handle->search_origname);
handle           3215 opal/mca/event/libevent2022/libevent/evdns.c 					search_request_finished(handle);
handle           3222 opal/mca/event/libevent2022/libevent/evdns.c 		new_name = search_make_new(handle->search_state, handle->search_index, handle->search_origname);
handle           3224 opal/mca/event/libevent2022/libevent/evdns.c 		log(EVDNS_LOG_DEBUG, "Search: now trying %s (%d)", new_name, handle->search_index);
handle           3225 opal/mca/event/libevent2022/libevent/evdns.c 		newreq = request_new(base, NULL, req->request_type, new_name, handle->search_flags, req->user_callback, req->user_pointer);
handle           3234 opal/mca/event/libevent2022/libevent/evdns.c 	handle->current_req = newreq;
handle           3235 opal/mca/event/libevent2022/libevent/evdns.c 	newreq->handle = handle;
handle           3241 opal/mca/event/libevent2022/libevent/evdns.c search_request_finished(struct evdns_request *const handle) {
handle           3242 opal/mca/event/libevent2022/libevent/evdns.c 	ASSERT_LOCKED(handle->current_req->base);
handle           3243 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->search_state) {
handle           3244 opal/mca/event/libevent2022/libevent/evdns.c 		search_state_decref(handle->search_state);
handle           3245 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_state = NULL;
handle           3247 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle->search_origname) {
handle           3248 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(handle->search_origname);
handle           3249 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_origname = NULL;
handle           3646 opal/mca/event/libevent2022/libevent/evdns.c 	HMODULE handle = 0;
handle           3654 opal/mca/event/libevent2022/libevent/evdns.c 	if (!(handle = evutil_load_windows_system_library(
handle           3660 opal/mca/event/libevent2022/libevent/evdns.c 	if (!(fn = (GetNetworkParams_fn_t) GetProcAddress(handle, "GetNetworkParams"))) {
handle           3715 opal/mca/event/libevent2022/libevent/evdns.c 	if (handle)
handle           3716 opal/mca/event/libevent2022/libevent/evdns.c 		FreeLibrary(handle);
handle            149 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle)
handle            153 opal/mca/event/libevent2022/libevent/evrpc.c 		if (hook == handle) {
handle            168 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
handle            183 opal/mca/event/libevent2022/libevent/evrpc.c 	return (evrpc_remove_hook_internal(head, handle));
handle            507 opal/mca/event/libevent2022/libevent/include/event2/rpc.h     void *handle);
handle            321 opal/mca/event/libevent2022/libevent/sample/http-server.c 	struct evhttp_bound_socket *handle;
handle            357 opal/mca/event/libevent2022/libevent/sample/http-server.c 	handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port);
handle            358 opal/mca/event/libevent2022/libevent/sample/http-server.c 	if (!handle) {
handle            373 opal/mca/event/libevent2022/libevent/sample/http-server.c 		fd = evhttp_bound_socket_get_fd(handle);
handle             72 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   lt_dlhandle handle;
handle             80 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   lt_dlhandle handle;
handle            100 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   handle = lt_dlopenext(filename);
handle            101 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   if (!handle) {
handle            110 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   component = lt_dlsym(handle, componentsymbolname);
handle            154 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   desc->handle = handle;
handle            169 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   lt_dlclose(handle);
handle            185 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     lt_dlclose(desc->handle);
handle           5509 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned char handle[2];
handle            352 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   lt_dlhandle handle;
handle            354 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   handle = lt_dlopen(NULL);
handle            355 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   if (!handle)
handle            358 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   sym = lt_dlsym(handle, symbol);
handle            359 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h   lt_dlclose(handle);
handle            290 opal/mca/patcher/linux/patcher_linux_module.c     void *handle;
handle            292 opal/mca/patcher/linux/patcher_linux_module.c     handle = orig_dlopen (filename, flag);
handle            293 opal/mca/patcher/linux/patcher_linux_module.c     if (handle != NULL) {
handle            313 opal/mca/patcher/linux/patcher_linux_module.c     return handle;
handle             73 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h                  pmix_pdl_handle_t **handle, char **err_msg);
handle             81 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h int pmix_pdl_lookup(pmix_pdl_handle_t *handle,
handle             91 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h int pmix_pdl_close(pmix_pdl_handle_t *handle);
handle             29 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c                  pmix_pdl_handle_t **handle, char **err_msg)
handle             31 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c     *handle = NULL;
handle             35 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c                              handle, err_msg);
handle             41 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c int pmix_pdl_lookup(pmix_pdl_handle_t *handle,
handle             46 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c         return pmix_pdl->lookup(handle, symbol, ptr, err_msg);
handle             52 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c int pmix_pdl_close(pmix_pdl_handle_t *handle)
handle             55 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c         return pmix_pdl->close(handle);
handle             90 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdl.h      pmix_pdl_handle_t **handle, char **err_msg);
handle            110 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdl.h     (pmix_pdl_handle_t *handle, const char *symbol, void **ptr, char **err_msg);
handle            124 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdl.h     (pmix_pdl_handle_t *handle);
handle             36 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c                       void **handle, char **err_msg)
handle             38 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     assert(handle);
handle             40 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     *handle = dlopen(fname, flags);
handle             43 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c         if (NULL != *handle) {
handle             53 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c                        pmix_pdl_handle_t **handle, char **err_msg)
handle             57 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     assert(handle);
handle             59 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     *handle = NULL;
handle            114 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c         *handle = calloc(1, sizeof(pmix_pdl_handle_t));
handle            115 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c         (*handle)->dlopen_handle = local_handle;
handle            119 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             (*handle)->filename = strdup(fname);
handle            122 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             (*handle)->filename = strdup("(null)");
handle            130 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c static int pdlopen_lookup(pmix_pdl_handle_t *handle, const char *symbol,
handle            133 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     assert(handle);
handle            134 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     assert(handle->dlopen_handle);
handle            138 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     *ptr = dlsym(handle->dlopen_handle, symbol);
handle            150 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c static int pdlopen_close(pmix_pdl_handle_t *handle)
handle            152 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     assert(handle);
handle            155 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     ret = dlclose(handle->dlopen_handle);
handle            158 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     free(handle->filename);
handle            160 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c     free(handle);
handle             21 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c                           pmix_pdl_handle_t **handle, char **err_msg)
handle             23 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     assert(handle);
handle             25 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     *handle = NULL;
handle             53 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c         *handle = calloc(1, sizeof(pmix_pdl_handle_t));
handle             54 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c         (*handle)->ltpdl_handle = local_handle;
handle             58 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c             (*handle)->filename = strdup(fname);
handle             61 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c             (*handle)->filename = strdup("(null)");
handle             75 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c static int plibltpdl_lookup(pmix_pdl_handle_t *handle, const char *symbol,
handle             78 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     assert(handle);
handle             79 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     assert(handle->ltpdl_handle);
handle             87 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     *ptr = lt_dlsym(handle->ltpdl_handle, symbol);
handle             99 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c static int plibltpdl_close(pmix_pdl_handle_t *handle)
handle            101 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     assert(handle);
handle            104 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     ret = lt_dlclose(handle->ltpdl_handle);
handle            107 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     free(handle->filename);
handle            109 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c     free(handle);
handle             69 orte/mca/iof/orted/iof_orted_read.c         HANDLE handle = (HANDLE)_get_osfhandle(fd);
handle             70 orte/mca/iof/orted/iof_orted_read.c         ReadFile(handle, data, sizeof(data), &readed, NULL);
handle            130 orte/mca/snapc/base/base.h                                                                orte_sstore_base_handle_t handle,
handle            140 orte/mca/snapc/base/snapc_base_fns.c     quiesce->handle        = NULL;
handle            172 orte/mca/snapc/base/snapc_base_fns.c     if( NULL != quiesce->handle ) {
handle            173 orte/mca/snapc/base/snapc_base_fns.c         free(quiesce->handle);
handle            174 orte/mca/snapc/base/snapc_base_fns.c         quiesce->handle = NULL;
handle            121 orte/mca/snapc/full/snapc_full_global.c                                                      orte_sstore_base_handle_t handle,
handle            126 orte/mca/snapc/full/snapc_full_global.c                                   orte_sstore_base_handle_t handle,
handle           2111 orte/mca/snapc/full/snapc_full_global.c                                                      orte_sstore_base_handle_t handle,
handle           2157 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = orte_sstore.pack_handle(NULL, buffer, handle))) {
handle            197 orte/mca/snapc/snapc.h     char * handle;
handle            111 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_tool_request_restart_handle(orte_sstore_base_handle_t *handle,
handle            114 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_tool_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle            188 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_tool_request_restart_handle(orte_sstore_base_handle_t *handle,
handle            280 orte/mca/sstore/base/sstore_base_fns.c     *handle = 1;
handle            291 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_tool_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle             52 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle             53 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
handle             55 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle             57 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_register(orte_sstore_base_handle_t handle);
handle             59 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle             60 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle             62 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_sync(orte_sstore_base_handle_t handle);
handle             63 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_remove(orte_sstore_base_handle_t handle);
handle             65 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle             66 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle             76 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle             77 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle             79 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir,
handle             82 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_register(orte_sstore_base_handle_t handle);
handle             83 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle             84 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle             85 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_sync(orte_sstore_base_handle_t handle);
handle             86 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_remove(orte_sstore_base_handle_t handle);
handle             87 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle             88 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle             95 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle             96 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_register(orte_sstore_base_handle_t handle);
handle             97 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle             98 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle             99 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_sync(orte_sstore_base_handle_t handle);
handle            100 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_remove(orte_sstore_base_handle_t handle);
handle            101 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle            102 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle            110 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle            111 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_register(orte_sstore_base_handle_t handle);
handle            112 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle            113 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle            114 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_sync(orte_sstore_base_handle_t handle);
handle            115 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_remove(orte_sstore_base_handle_t handle);
handle            116 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle            117 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle            103 orte/mca/sstore/central/sstore_central_app.c static orte_sstore_central_app_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle);
handle            104 orte/mca/sstore/central/sstore_central_app.c static orte_sstore_central_app_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle);
handle            192 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            198 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_register(orte_sstore_base_handle_t handle)
handle            204 orte/mca/sstore/central/sstore_central_app.c                          "sstore:central:(app): register(%d)", (int)handle));
handle            209 orte/mca/sstore/central/sstore_central_app.c     orte_sstore_handle_current = handle;
handle            210 orte/mca/sstore/central/sstore_central_app.c     handle_info = find_handle_info(handle);
handle            215 orte/mca/sstore/central/sstore_central_app.c     handle_info = create_new_handle_info(handle);
handle            239 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle            250 orte/mca/sstore/central/sstore_central_app.c     handle_info = find_handle_info(handle);
handle            282 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
handle            306 orte/mca/sstore/central/sstore_central_app.c     handle_info = find_handle_info(handle);
handle            343 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_sync(orte_sstore_base_handle_t handle)
handle            354 orte/mca/sstore/central/sstore_central_app.c     handle_info = find_handle_info(handle);
handle            386 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_remove(orte_sstore_base_handle_t handle)
handle            392 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            398 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            407 orte/mca/sstore/central/sstore_central_app.c static orte_sstore_central_app_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle)
handle            413 orte/mca/sstore/central/sstore_central_app.c     handle_info->id = handle;
handle            420 orte/mca/sstore/central/sstore_central_app.c static orte_sstore_central_app_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle)
handle            430 orte/mca/sstore/central/sstore_central_app.c         if( handle_info->id == handle ) {
handle            149 orte/mca/sstore/central/sstore_central_global.c static orte_sstore_central_global_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle);
handle            301 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            327 orte/mca/sstore/central/sstore_central_global.c     *handle = handle_info->id;
handle            333 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir,
handle            348 orte/mca/sstore/central/sstore_central_global.c     *handle = handle_info->id;
handle            354 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle            366 orte/mca/sstore/central/sstore_central_global.c     if( NULL != handle ) {
handle            367 orte/mca/sstore/central/sstore_central_global.c         handle_info = find_handle_info(*handle);
handle            368 orte/mca/sstore/central/sstore_central_global.c         snapshot->ss_handle = *handle;
handle            405 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_register(orte_sstore_base_handle_t handle)
handle            411 orte/mca/sstore/central/sstore_central_global.c                          "sstore:central:(global): register(%d) - Global", handle));
handle            416 orte/mca/sstore/central/sstore_central_global.c     handle_info = find_handle_info(handle);
handle            420 orte/mca/sstore/central/sstore_central_global.c         return orte_sstore_central_local_register(handle);
handle            423 orte/mca/sstore/central/sstore_central_global.c     orte_sstore_handle_current = handle;
handle            464 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle            475 orte/mca/sstore/central/sstore_central_global.c     handle_info = find_handle_info(handle);
handle            510 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
handle            522 orte/mca/sstore/central/sstore_central_global.c     handle_info = find_handle_info(handle);
handle            554 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_sync(orte_sstore_base_handle_t handle)
handle            565 orte/mca/sstore/central/sstore_central_global.c     handle_info = find_handle_info(handle);
handle            569 orte/mca/sstore/central/sstore_central_global.c             return orte_sstore_central_local_sync(handle);
handle            623 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_remove(orte_sstore_base_handle_t handle)
handle            635 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            646 orte/mca/sstore/central/sstore_central_global.c     handle_info = find_handle_info(handle);
handle            651 orte/mca/sstore/central/sstore_central_global.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &handle, 1, ORTE_SSTORE_HANDLE))) {
handle            688 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            704 orte/mca/sstore/central/sstore_central_global.c         if( ORTE_SUCCESS != (ret = orte_sstore_central_local_unpack(peer, buffer, handle)) ) {
handle            756 orte/mca/sstore/central/sstore_central_global.c static orte_sstore_central_global_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle)
handle            766 orte/mca/sstore/central/sstore_central_global.c         if( handle_info->id == handle ) {
handle            145 orte/mca/sstore/central/sstore_central_local.c static orte_sstore_central_local_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle);
handle            146 orte/mca/sstore/central/sstore_central_local.c static orte_sstore_central_local_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle);
handle            294 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            300 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_register(orte_sstore_base_handle_t handle)
handle            311 orte/mca/sstore/central/sstore_central_local.c     if( NULL == (handle_info = find_handle_info(handle)) ) {
handle            312 orte/mca/sstore/central/sstore_central_local.c         handle_info = create_new_handle_info(handle);
handle            336 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_get_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char **value)
handle            342 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_set_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char *value)
handle            348 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_sync(orte_sstore_base_handle_t handle)
handle            359 orte/mca/sstore/central/sstore_central_local.c     handle_info = find_handle_info(handle);
handle            385 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_remove(orte_sstore_base_handle_t handle)
handle            391 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            406 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &handle, 1, ORTE_SSTORE_HANDLE))) {
handle            420 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            433 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, handle, &count, ORTE_SSTORE_HANDLE))) {
handle            442 orte/mca/sstore/central/sstore_central_local.c     if( NULL == (handle_info = find_handle_info(*handle)) ) {
handle            443 orte/mca/sstore/central/sstore_central_local.c         handle_info = create_new_handle_info(*handle);
handle            529 orte/mca/sstore/central/sstore_central_local.c static orte_sstore_central_local_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle)
handle            541 orte/mca/sstore/central/sstore_central_local.c     handle_info->id = handle;
handle            560 orte/mca/sstore/central/sstore_central_local.c static orte_sstore_central_local_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle)
handle            574 orte/mca/sstore/central/sstore_central_local.c         if( handle_info->id == handle ) {
handle            137 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            143 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_request_checkpoint_handle(handle, seq, jobid);
handle            146 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_request_checkpoint_handle(handle, seq, jobid);
handle            149 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_request_checkpoint_handle(handle, seq, jobid);
handle            155 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
handle            159 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_base_tool_request_restart_handle(handle, basedir, ref, seq, snapshot);
handle            162 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_request_restart_handle(handle, basedir, ref, seq, snapshot);
handle            174 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle            181 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_request_global_snapshot_data(handle, snapshot);
handle            193 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_register(orte_sstore_base_handle_t handle)
handle            195 orte/mca/sstore/central/sstore_central_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            201 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_register(handle);
handle            204 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_register(handle);
handle            207 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_register(handle);
handle            213 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle            215 orte/mca/sstore/central/sstore_central_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            221 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_base_tool_get_attr(handle, key, value);
handle            224 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_get_attr(handle, key, value);
handle            227 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_get_attr(handle, key, value);
handle            230 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_get_attr(handle, key, value);
handle            236 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
handle            238 orte/mca/sstore/central/sstore_central_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            243 orte/mca/sstore/central/sstore_central_module.c                     (int)handle, key, value);
handle            255 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_set_attr(handle, key, value);
handle            258 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_set_attr(handle, key, value);
handle            261 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_set_attr(handle, key, value);
handle            267 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_sync(orte_sstore_base_handle_t handle)
handle            269 orte/mca/sstore/central/sstore_central_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            275 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_sync(handle);
handle            278 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_sync(handle);
handle            281 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_sync(handle);
handle            287 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_remove(orte_sstore_base_handle_t handle)
handle            289 orte/mca/sstore/central/sstore_central_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            295 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_remove(handle);
handle            298 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_remove(handle);
handle            301 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_remove(handle);
handle            307 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            309 orte/mca/sstore/central/sstore_central_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            315 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_pack(peer, buffer, handle);
handle            318 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_pack(peer, buffer, handle);
handle            321 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_pack(peer, buffer, handle);
handle            327 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            330 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_unpack(peer, buffer, handle);
handle            333 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_unpack(peer, buffer, handle);
handle            336 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_unpack(peer, buffer, handle);
handle            208 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle            222 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t *handle,
handle            236 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t *handle,
handle            248 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle);
handle            261 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle            274 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle            285 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle);
handle            296 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle);
handle            310 orte/mca/sstore/sstore.h     (orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle            324 orte/mca/sstore/sstore.h     (orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle             67 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle             68 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
handle             70 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle             72 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_register(orte_sstore_base_handle_t handle);
handle             74 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle             75 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle             77 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_sync(orte_sstore_base_handle_t handle);
handle             78 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_remove(orte_sstore_base_handle_t handle);
handle             80 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle             81 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle             91 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle             92 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle             94 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_register(orte_sstore_base_handle_t handle);
handle             95 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle             96 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle             97 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_sync(orte_sstore_base_handle_t handle);
handle             98 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_remove(orte_sstore_base_handle_t handle);
handle             99 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle            100 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle            107 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle            108 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_register(orte_sstore_base_handle_t handle);
handle            109 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle            110 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle            111 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_sync(orte_sstore_base_handle_t handle);
handle            112 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_remove(orte_sstore_base_handle_t handle);
handle            113 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle            114 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle            130 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid);
handle            131 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_register(orte_sstore_base_handle_t handle);
handle            132 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
handle            133 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
handle            134 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_sync(orte_sstore_base_handle_t handle);
handle            135 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_remove(orte_sstore_base_handle_t handle);
handle            136 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle);
handle            137 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle);
handle            103 orte/mca/sstore/stage/sstore_stage_app.c static orte_sstore_stage_app_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle);
handle            104 orte/mca/sstore/stage/sstore_stage_app.c static orte_sstore_stage_app_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle);
handle            192 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            198 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_register(orte_sstore_base_handle_t handle)
handle            204 orte/mca/sstore/stage/sstore_stage_app.c                          "sstore:stage:(app): register(%d)", (int)handle));
handle            209 orte/mca/sstore/stage/sstore_stage_app.c     orte_sstore_handle_current = handle;
handle            210 orte/mca/sstore/stage/sstore_stage_app.c     handle_info = find_handle_info(handle);
handle            215 orte/mca/sstore/stage/sstore_stage_app.c     handle_info = create_new_handle_info(handle);
handle            239 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle            250 orte/mca/sstore/stage/sstore_stage_app.c     handle_info = find_handle_info(handle);
handle            276 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
handle            300 orte/mca/sstore/stage/sstore_stage_app.c     handle_info = find_handle_info(handle);
handle            332 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_sync(orte_sstore_base_handle_t handle)
handle            343 orte/mca/sstore/stage/sstore_stage_app.c     handle_info = find_handle_info(handle);
handle            375 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_remove(orte_sstore_base_handle_t handle)
handle            381 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            387 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            396 orte/mca/sstore/stage/sstore_stage_app.c static orte_sstore_stage_app_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle)
handle            402 orte/mca/sstore/stage/sstore_stage_app.c     handle_info->id = handle;
handle            409 orte/mca/sstore/stage/sstore_stage_app.c static orte_sstore_stage_app_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle)
handle            419 orte/mca/sstore/stage/sstore_stage_app.c         if( handle_info->id == handle ) {
handle            178 orte/mca/sstore/stage/sstore_stage_global.c static orte_sstore_stage_global_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle);
handle            422 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            448 orte/mca/sstore/stage/sstore_stage_global.c     *handle = handle_info->id;
handle            454 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle            466 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL != handle ) {
handle            467 orte/mca/sstore/stage/sstore_stage_global.c         handle_info = find_handle_info(*handle);
handle            468 orte/mca/sstore/stage/sstore_stage_global.c         snapshot->ss_handle = *handle;
handle            505 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_register(orte_sstore_base_handle_t handle)
handle            511 orte/mca/sstore/stage/sstore_stage_global.c                          "sstore:stage:(global): register(%d) - Global", handle));
handle            516 orte/mca/sstore/stage/sstore_stage_global.c     handle_info = find_handle_info(handle);
handle            520 orte/mca/sstore/stage/sstore_stage_global.c         return orte_sstore_stage_local_register(handle);
handle            523 orte/mca/sstore/stage/sstore_stage_global.c     orte_sstore_handle_current = handle;
handle            564 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle            575 orte/mca/sstore/stage/sstore_stage_global.c     handle_info = find_handle_info(handle);
handle            614 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
handle            626 orte/mca/sstore/stage/sstore_stage_global.c     handle_info = find_handle_info(handle);
handle            658 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_sync(orte_sstore_base_handle_t handle)
handle            669 orte/mca/sstore/stage/sstore_stage_global.c     handle_info = find_handle_info(handle);
handle            673 orte/mca/sstore/stage/sstore_stage_global.c             return orte_sstore_stage_local_sync(handle);
handle            816 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_remove(orte_sstore_base_handle_t handle)
handle            828 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            839 orte/mca/sstore/stage/sstore_stage_global.c     handle_info = find_handle_info(handle);
handle            844 orte/mca/sstore/stage/sstore_stage_global.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &handle, 1, ORTE_SSTORE_HANDLE))) {
handle            889 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            905 orte/mca/sstore/stage/sstore_stage_global.c         if( ORTE_SUCCESS != (ret = orte_sstore_stage_local_unpack(peer, buffer, handle)) ) {
handle            974 orte/mca/sstore/stage/sstore_stage_global.c static orte_sstore_stage_global_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle)
handle            984 orte/mca/sstore/stage/sstore_stage_global.c         if( handle_info->id == handle ) {
handle            181 orte/mca/sstore/stage/sstore_stage_local.c static orte_sstore_stage_local_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle);
handle            182 orte/mca/sstore/stage/sstore_stage_local.c static orte_sstore_stage_local_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle);
handle            504 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            510 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_register(orte_sstore_base_handle_t handle)
handle            521 orte/mca/sstore/stage/sstore_stage_local.c     if( NULL == (handle_info = find_handle_info(handle)) ) {
handle            522 orte/mca/sstore/stage/sstore_stage_local.c         handle_info = create_new_handle_info(handle);
handle            546 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_get_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char **value)
handle            552 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_set_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char *value)
handle            558 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_sync(orte_sstore_base_handle_t handle)
handle            569 orte/mca/sstore/stage/sstore_stage_local.c     handle_info = find_handle_info(handle);
handle            606 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_remove(orte_sstore_base_handle_t handle)
handle            612 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            627 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &handle, 1, ORTE_SSTORE_HANDLE))) {
handle            641 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            654 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, handle, &count, ORTE_SSTORE_HANDLE))) {
handle            663 orte/mca/sstore/stage/sstore_stage_local.c     if( NULL == (handle_info = find_handle_info(*handle)) ) {
handle            664 orte/mca/sstore/stage/sstore_stage_local.c         handle_info = create_new_handle_info(*handle);
handle            933 orte/mca/sstore/stage/sstore_stage_local.c static orte_sstore_stage_local_snapshot_info_t *create_new_handle_info(orte_sstore_base_handle_t handle)
handle            945 orte/mca/sstore/stage/sstore_stage_local.c     handle_info->id = handle;
handle            964 orte/mca/sstore/stage/sstore_stage_local.c static orte_sstore_stage_local_snapshot_info_t *find_handle_info(orte_sstore_base_handle_t handle)
handle            978 orte/mca/sstore/stage/sstore_stage_local.c         if( handle_info->id == handle ) {
handle            143 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_request_checkpoint_handle(orte_sstore_base_handle_t *handle, int seq, orte_jobid_t jobid)
handle            149 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_request_checkpoint_handle(handle, seq, jobid);
handle            152 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_request_checkpoint_handle(handle, seq, jobid);
handle            155 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_request_checkpoint_handle(handle, seq, jobid);
handle            161 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
handle            165 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_base_tool_request_restart_handle(handle, basedir, ref, seq, snapshot);
handle            180 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_request_global_snapshot_data(orte_sstore_base_handle_t *handle,
handle            187 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_request_global_snapshot_data(handle, snapshot);
handle            199 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_register(orte_sstore_base_handle_t handle)
handle            201 orte/mca/sstore/stage/sstore_stage_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            207 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_register(handle);
handle            210 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_register(handle);
handle            213 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_register(handle);
handle            219 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
handle            221 orte/mca/sstore/stage/sstore_stage_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            227 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_base_tool_get_attr(handle, key, value);
handle            230 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_get_attr(handle, key, value);
handle            233 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_get_attr(handle, key, value);
handle            236 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_get_attr(handle, key, value);
handle            242 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
handle            244 orte/mca/sstore/stage/sstore_stage_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            250 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_set_attr(handle, key, value);
handle            253 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_set_attr(handle, key, value);
handle            256 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_set_attr(handle, key, value);
handle            262 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_sync(orte_sstore_base_handle_t handle)
handle            264 orte/mca/sstore/stage/sstore_stage_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            270 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_sync(handle);
handle            273 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_sync(handle);
handle            276 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_sync(handle);
handle            282 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_remove(orte_sstore_base_handle_t handle)
handle            284 orte/mca/sstore/stage/sstore_stage_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            290 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_remove(handle);
handle            293 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_remove(handle);
handle            296 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_remove(handle);
handle            302 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_pack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t handle)
handle            304 orte/mca/sstore/stage/sstore_stage_module.c     if( ORTE_SSTORE_HANDLE_INVALID == handle ) {
handle            310 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_pack(peer, buffer, handle);
handle            313 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_pack(peer, buffer, handle);
handle            316 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_pack(peer, buffer, handle);
handle            322 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_unpack(orte_process_name_t* peer, opal_buffer_t* buffer, orte_sstore_base_handle_t *handle)
handle            325 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_unpack(peer, buffer, handle);
handle            328 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_unpack(peer, buffer, handle);
handle            331 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_unpack(peer, buffer, handle);
handle             69 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC int mca_spml_base_wait_nb(void* handle);
handle             88 oshmem/mca/spml/base/base.h                                          void **handle);
handle             93 oshmem/mca/spml/base/base.h                                          void **handle);
handle            243 oshmem/mca/spml/base/spml_base.c int mca_spml_base_wait_nb(void* handle)
handle            269 oshmem/mca/spml/base/spml_base.c                          void *src_addr, int dst, void **handle)
handle            275 oshmem/mca/spml/base/spml_base.c                          void *src_addr, int src, void **handle)
handle            654 oshmem/mca/spml/ikrit/spml_ikrit.c                           void **handle)
handle            808 oshmem/mca/spml/ikrit/spml_ikrit.c                                               void **handle,
handle            838 oshmem/mca/spml/ikrit/spml_ikrit.c     if (handle)
handle            839 oshmem/mca/spml/ikrit/spml_ikrit.c         *handle = put_req;
handle            964 oshmem/mca/spml/ikrit/spml_ikrit.c                           void **handle)
handle            967 oshmem/mca/spml/ikrit/spml_ikrit.c     err = mca_spml_ikrit_put_internal(dst_addr, size, src_addr, dst, handle, 1);
handle            160 oshmem/mca/spml/ikrit/spml_ikrit.h                                  void **handle);
handle            172 oshmem/mca/spml/ikrit/spml_ikrit.h                                  void **handle);
handle            254 oshmem/mca/spml/spml.h                                                 void **handle);
handle            291 oshmem/mca/spml/spml.h                                                void **handle);
handle            697 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_get_nb(shmem_ctx_t ctx, void *src_addr, size_t size, void *dst_addr, int src, void **handle)
handle            734 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_put_nb(shmem_ctx_t ctx, void* dst_addr, size_t size, void* src_addr, int dst, void **handle)
handle            126 oshmem/mca/spml/ucx/spml_ucx.h                               void **handle);
handle            139 oshmem/mca/spml/ucx/spml_ucx.h                                void **handle);
handle             97 test/spc/spc_test.c     MPI_T_pvar_handle handle;
handle            105 test/spc/spc_test.c     MPI_result = MPI_T_pvar_handle_alloc(session, index, NULL, &handle, &count);
handle            111 test/spc/spc_test.c     MPI_result = MPI_T_pvar_start(session, handle);
handle            126 test/spc/spc_test.c     MPI_result = MPI_T_pvar_read(session, handle, &value);
handle            145 test/spc/spc_test.c     MPI_result = MPI_T_pvar_stop(session, handle);
handle            153 test/spc/spc_test.c     MPI_result = MPI_T_pvar_handle_free(session, &handle);