Home
last modified time | relevance | path

Searched refs:mgrp (Results 1 – 25 of 251) sorted by last modified time

1234567891011

/dports/math/gap/gap-4.11.0/pkg/alnuth-3.1.2/gap/
H A Dmatunits.gi86 # find linear combinations of mgrp in unit
/dports/math/blacs/BLACS_shared/INSTALL/
H A Dcmpi_sane.c20 MPI_Group wgrp, mgrp; in main() local
37 MPI_Group_incl(wgrp, NPROC, irank, &mgrp); in main()
38 MPI_Comm_create(MPI_COMM_WORLD, mgrp, &mcom); in main()
39 MPI_Group_free(&mgrp); in main()
H A Dfmpi_sane.f13 integer mcom, wgrp, mgrp
36 call mpi_group_incl(wgrp, nproc, irank, mgrp, ierr)
37 call mpi_comm_create(MPI_COMM_WORLD, mgrp, mcom, ierr)
38 call mpi_group_free(mgrp, ierr)
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Ddb.in815 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */
/dports/www/firefox/firefox-99.0/ipc/docs/
H A Dipdl.rst1102 participant mgrp as MyManagerParent
1111 ipc->>mgrp: AllocPMyManagedParent<br/>[params]
1112 mgrp->>mgdp: new
1113 mgdp->>mgrp: [mgd_parent]
1114 ipc->>mgrp: RecvPMyManagedConstructor<br/>[mgd_parent, params]
1115 mgrp->>mgdp: initialization
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Ddispatch.h150 dns_dispatchmgr_t **mgrp);
171 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp);
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Ddispatch.c321 static void destroy_mgr(dns_dispatchmgr_t **mgrp);
1625 destroy_mgr(dns_dispatchmgr_t **mgrp) { in destroy_mgr() argument
1629 mgr = *mgrp; in destroy_mgr()
1630 *mgrp = NULL; in destroy_mgr()
1753 dns_dispatchmgr_t **mgrp) in dns_dispatchmgr_create() argument
1761 REQUIRE(mgrp != NULL && *mgrp == NULL); in dns_dispatchmgr_create()
1883 *mgrp = mgr; in dns_dispatchmgr_create()
2115 REQUIRE(mgrp != NULL); in dns_dispatchmgr_destroy()
2116 REQUIRE(VALID_DISPATCHMGR(*mgrp)); in dns_dispatchmgr_destroy()
2118 mgr = *mgrp; in dns_dispatchmgr_destroy()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/named/include/named/
H A Dinterfacemgr.h100 isc_task_t *task, ns_interfacemgr_t **mgrp);
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dinterfacemgr.c169 isc_task_t *task, ns_interfacemgr_t **mgrp) in ns_interfacemgr_create() argument
179 REQUIRE(mgrp != NULL); in ns_interfacemgr_create()
180 REQUIRE(*mgrp == NULL); in ns_interfacemgr_create()
240 *mgrp = mgr; in ns_interfacemgr_create()
/dports/dns/bind-tools/bind-9.16.27/lib/ns/include/ns/
H A Dinterfacemgr.h109 int ncpus, ns_interfacemgr_t **mgrp);
/dports/dns/bind916/bind-9.16.27/lib/ns/include/ns/
H A Dinterfacemgr.h109 int ncpus, ns_interfacemgr_t **mgrp);
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Ddispatch.h153 dns_dispatchmgr_create(isc_mem_t *mctx, dns_dispatchmgr_t **mgrp);
169 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp);
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Ddispatch.c317 destroy_mgr(dns_dispatchmgr_t **mgrp);
1621 destroy_mgr(dns_dispatchmgr_t **mgrp) { in destroy_mgr() argument
1624 mgr = *mgrp; in destroy_mgr()
1625 *mgrp = NULL; in destroy_mgr()
1737 REQUIRE(mgrp != NULL && *mgrp == NULL); in dns_dispatchmgr_create()
1771 *mgrp = mgr; in dns_dispatchmgr_create()
1925 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp) { in dns_dispatchmgr_destroy() argument
1929 REQUIRE(mgrp != NULL); in dns_dispatchmgr_destroy()
1930 REQUIRE(VALID_DISPATCHMGR(*mgrp)); in dns_dispatchmgr_destroy()
1932 mgr = *mgrp; in dns_dispatchmgr_destroy()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/ns/
H A Dinterfacemgr.c189 int ncpus, ns_interfacemgr_t **mgrp) { in ns_interfacemgr_create() argument
198 REQUIRE(mgrp != NULL); in ns_interfacemgr_create()
199 REQUIRE(*mgrp == NULL); in ns_interfacemgr_create()
274 *mgrp = mgr; in ns_interfacemgr_create()
/dports/dns/bind-tools/bind-9.16.27/lib/ns/
H A Dinterfacemgr.c189 int ncpus, ns_interfacemgr_t **mgrp) { in ns_interfacemgr_create() argument
198 REQUIRE(mgrp != NULL); in ns_interfacemgr_create()
199 REQUIRE(*mgrp == NULL); in ns_interfacemgr_create()
274 *mgrp = mgr; in ns_interfacemgr_create()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Ddispatch.c317 destroy_mgr(dns_dispatchmgr_t **mgrp);
1621 destroy_mgr(dns_dispatchmgr_t **mgrp) { in destroy_mgr() argument
1624 mgr = *mgrp; in destroy_mgr()
1625 *mgrp = NULL; in destroy_mgr()
1737 REQUIRE(mgrp != NULL && *mgrp == NULL); in dns_dispatchmgr_create()
1771 *mgrp = mgr; in dns_dispatchmgr_create()
1925 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp) { in dns_dispatchmgr_destroy() argument
1929 REQUIRE(mgrp != NULL); in dns_dispatchmgr_destroy()
1930 REQUIRE(VALID_DISPATCHMGR(*mgrp)); in dns_dispatchmgr_destroy()
1932 mgr = *mgrp; in dns_dispatchmgr_destroy()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Ddispatch.h153 dns_dispatchmgr_create(isc_mem_t *mctx, dns_dispatchmgr_t **mgrp);
169 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h966 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */ member
H A Dmake_tdb.cc548 …STRUCT_SETUP(DB_TXN, mgrp, "DB_ENV *%s /* In PerconaFT, mgrp is a DB_ENV, not a DB_TXNMGR *… in print_db_txn_struct()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/
H A Dydb_row_lock.cc87 toku::locktree_manager *ltm = &txn->mgrp->i->ltm; in db_txn_note_row_lock()
215 lock_timeout_callback callback = txn->mgrp->i->lock_wait_timeout_callback; in toku_db_start_range_lock()
242 lock_timeout_callback callback = txn->mgrp->i->lock_wait_timeout_callback; in toku_db_wait_range_lock()
290 toku::lock_request::retry_all_lock_requests(lt, txn->mgrp->i->lock_wait_needed_callback); in toku_db_release_lt_key_ranges()
293 toku::locktree_manager *ltm = &txn->mgrp->i->ltm; in toku_db_release_lt_key_ranges()
H A Dydb_txn.cc54 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_id64()
85 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
94 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
122 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
158 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
167 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
180 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
198 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_xa_prepare()
227 logger = txn->mgrp->i->logger; in toku_txn_xa_prepare()
535 result->mgrp = env; in toku_txn_begin()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h966 DB_TXNMGR *mgrp; /* Pointer to transaction manager. */ member
H A Dmake_tdb.cc548 …STRUCT_SETUP(DB_TXN, mgrp, "DB_ENV *%s /* In PerconaFT, mgrp is a DB_ENV, not a DB_TXNMGR *… in print_db_txn_struct()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/
H A Dydb_row_lock.cc87 toku::locktree_manager *ltm = &txn->mgrp->i->ltm; in db_txn_note_row_lock()
215 lock_timeout_callback callback = txn->mgrp->i->lock_wait_timeout_callback; in toku_db_start_range_lock()
242 lock_timeout_callback callback = txn->mgrp->i->lock_wait_timeout_callback; in toku_db_wait_range_lock()
290 toku::lock_request::retry_all_lock_requests(lt, txn->mgrp->i->lock_wait_needed_callback); in toku_db_release_lt_key_ranges()
293 toku::locktree_manager *ltm = &txn->mgrp->i->ltm; in toku_db_release_lt_key_ranges()
H A Dydb_txn.cc54 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_id64()
85 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
94 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
122 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
158 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
167 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
180 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
198 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_xa_prepare()
227 logger = txn->mgrp->i->logger; in toku_txn_xa_prepare()
535 result->mgrp = env; in toku_txn_begin()
[all …]

1234567891011