Home
last modified time | relevance | path

Searched refs:global_setup (Results 1 – 25 of 46) sorted by relevance

12

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/benchmarks/shootout/
H A Dentrypoint.c22 global_setup(void **lend_pool_p) in global_setup() function
36 TestsConfig tests_config = { .global_setup = global_setup,
42 TestsConfig tests_config = { .global_setup = NULL,
/dports/devel/p5-Variable-Magic/Variable-Magic-0.62/xsh/
H A Dthreads.h126 int global_setup = 0; in xsh_set_loaded_locked() local
132 global_setup = 1; in xsh_set_loaded_locked()
138 return global_setup; in xsh_set_loaded_locked()
453 int global_setup; in xsh_clone() local
459 global_setup = xsh_set_loaded_locked(new_cxt); in xsh_clone()
460 XSH_ASSERT(!global_setup); in xsh_clone()
/dports/devel/p5-indirect/indirect-0.39/xsh/
H A Dthreads.h126 int global_setup = 0; in xsh_set_loaded_locked() local
132 global_setup = 1; in xsh_set_loaded_locked()
138 return global_setup; in xsh_set_loaded_locked()
453 int global_setup; in xsh_clone() local
459 global_setup = xsh_set_loaded_locked(new_cxt); in xsh_clone()
460 XSH_ASSERT(!global_setup); in xsh_clone()
/dports/devel/p5-autovivification/autovivification-0.18/xsh/
H A Dthreads.h126 int global_setup = 0; in xsh_set_loaded_locked() local
132 global_setup = 1; in xsh_set_loaded_locked()
138 return global_setup; in xsh_set_loaded_locked()
453 int global_setup; in xsh_clone() local
459 global_setup = xsh_set_loaded_locked(new_cxt); in xsh_clone()
460 XSH_ASSERT(!global_setup); in xsh_clone()
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/xsh/
H A Dthreads.h126 int global_setup = 0; in xsh_set_loaded_locked() local
132 global_setup = 1; in xsh_set_loaded_locked()
138 return global_setup; in xsh_set_loaded_locked()
453 int global_setup; in xsh_clone() local
459 global_setup = xsh_set_loaded_locked(new_cxt); in xsh_clone()
460 XSH_ASSERT(!global_setup); in xsh_clone()
/dports/devel/boost_build/build-29baa79/src/tools/
H A Dmsvc.py685 def generate_setup_cmd(version, command, parent, options, cpu, global_setup, argument
697 if global_setup:
698 setup_cpu = global_setup
844 global_setup = feature.get_values('<setup>',options)
845 if global_setup:
846 global_setup = global_setup[0]
848 global_setup = None
850 if not below_8_0 and not global_setup:
851 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
888 version, command, parent, options, c, global_setup,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/tools/
H A Dmsvc.py685 def generate_setup_cmd(version, command, parent, options, cpu, global_setup, argument
697 if global_setup:
698 setup_cpu = global_setup
844 global_setup = feature.get_values('<setup>',options)
845 if global_setup:
846 global_setup = global_setup[0]
848 global_setup = None
850 if not below_8_0 and not global_setup:
851 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
888 version, command, parent, options, c, global_setup,
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/tools/
H A Dmsvc.py685 def generate_setup_cmd(version, command, parent, options, cpu, global_setup, argument
697 if global_setup:
698 setup_cpu = global_setup
844 global_setup = feature.get_values('<setup>',options)
845 if global_setup:
846 global_setup = global_setup[0]
848 global_setup = None
850 if not below_8_0 and not global_setup:
851 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
888 version, command, parent, options, c, global_setup,
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/tools/
H A Dmsvc.py685 def generate_setup_cmd(version, command, parent, options, cpu, global_setup, argument
697 if global_setup:
698 setup_cpu = global_setup
844 global_setup = feature.get_values('<setup>',options)
845 if global_setup:
846 global_setup = global_setup[0]
848 global_setup = None
850 if not below_8_0 and not global_setup:
851 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
888 version, command, parent, options, c, global_setup,
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/tools/
H A Dmsvc.py685 def generate_setup_cmd(version, command, parent, options, cpu, global_setup, argument
697 if global_setup:
698 setup_cpu = global_setup
844 global_setup = feature.get_values('<setup>',options)
845 if global_setup:
846 global_setup = global_setup[0]
848 global_setup = None
850 if not below_8_0 and not global_setup:
851 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
888 version, command, parent, options, c, global_setup,
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/tools/
H A Dmsvc.py685 def generate_setup_cmd(version, command, parent, options, cpu, global_setup, argument
697 if global_setup:
698 setup_cpu = global_setup
844 global_setup = feature.get_values('<setup>',options)
845 if global_setup:
846 global_setup = global_setup[0]
848 global_setup = None
850 if not below_8_0 and not global_setup:
851 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
888 version, command, parent, options, c, global_setup,
/dports/security/py-azure-keyvault-certificates/azure-keyvault-certificates-4.3.0/tests/perfstress_tests/
H A Dget_certificate.py27 async def global_setup(self): member in GetCertificateTest
29 await super().global_setup()
/dports/security/py-azure-keyvault-keys/azure-keyvault-keys-4.4.0/tests/perfstress_tests/
H A Dget_key.py27 async def global_setup(self): member in GetKeyTest
29 await super().global_setup()
H A Dsign.py40 async def global_setup(self): member in SignTest
42 await super().global_setup()
H A Dunwrap.py36 async def global_setup(self): member in UnwrapTest
38 await super().global_setup()
H A Ddecrypt.py36 async def global_setup(self): member in DecryptTest
38 await super().global_setup()
/dports/security/py-azure-keyvault-secrets/azure-keyvault-secrets-4.3.0/tests/perfstress_tests/
H A Dget_secret.py27 async def global_setup(self): member in GetSecretTest
29 await super().global_setup()
H A Dlist_secrets.py29 async def global_setup(self): member in ListSecretsTest
31 await super().global_setup()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/tools/
H A Dmsvc.py746 global_setup = feature.get_values('<setup>',options)
747 if global_setup:
748 global_setup = global_setup[0]
750 global_setup = None
752 if not below_8_0 and not global_setup:
753 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
799 if global_setup:
800 setup_cpu = global_setup
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/tools/
H A Dmsvc.py746 global_setup = feature.get_values('<setup>',options)
747 if global_setup:
748 global_setup = global_setup[0]
750 global_setup = None
752 if not below_8_0 and not global_setup:
753 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
799 if global_setup:
800 setup_cpu = global_setup
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/tools/
H A Dmsvc.py746 global_setup = feature.get_values('<setup>',options)
747 if global_setup:
748 global_setup = global_setup[0]
750 global_setup = None
752 if not below_8_0 and not global_setup:
753 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
799 if global_setup:
800 setup_cpu = global_setup
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/tools/
H A Dmsvc.py746 global_setup = feature.get_values('<setup>',options)
747 if global_setup:
748 global_setup = global_setup[0]
750 global_setup = None
752 if not below_8_0 and not global_setup:
753 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
799 if global_setup:
800 setup_cpu = global_setup
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/tools/
H A Dmsvc.py746 global_setup = feature.get_values('<setup>',options)
747 if global_setup:
748 global_setup = global_setup[0]
750 global_setup = None
752 if not below_8_0 and not global_setup:
753 global_setup = locate_default_setup(command,parent,'vcvarsall.bat')
799 if global_setup:
800 setup_cpu = global_setup
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/
H A DREADME.md12 tests_config.global_setup(&global_ctx);
35 void (*global_setup)(void **global_ctx_p);
43 `global_setup` and `global_teardown` are optional, and can be set to `NULL` if not required.
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/docs/src/
H A Dsightglass.md12 tests_config.global_setup(&global_ctx);
35 void (*global_setup)(void **global_ctx_p);
43 `global_setup` and `global_teardown` are optional, and can be set to `NULL` if not required.

12