HomeSort by relevance Sort by last modified time
    Searched defs:core_config (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Include/
pylifecycle.h 80 const _PyCoreConfig *core_config);
141 PyAPI_FUNC(_PyInitError) _PyPathConfig_Init(const _PyCoreConfig *core_config); variable
pystate.h 145 _PyCoreConfig core_config; member in struct:_is
  /external/u-boot/arch/arm/mach-exynos/
lowlevel_init.c 123 uint32_t tmp, core_id, core_config; local
138 core_config = (core_id * CPU_CONFIG_STATUS_OFFSET);
139 core_config += EXYNOS5420_CPU_CONFIG_BASE;
140 writel(0x0, core_config);
  /external/python/cpython3/Programs/
_testembed.c 319 const _PyCoreConfig *core_config = &interp->core_config; local
320 dict = _PyCoreConfig_AsDict(core_config);
324 if (PyDict_SetItemString(config, "core_config", dict) < 0) {
  /external/python/cpython3/Python/
pylifecycle.c 401 _emit_stderr_warning_for_legacy_locale(const _PyCoreConfig *core_config)
403 if (core_config->coerce_c_locale_warn) {
596 const _PyCoreConfig *core_config)
598 if (core_config->allocator != NULL) {
600 if (allocator == NULL || strcmp(core_config->allocator, allocator) != 0) {
606 _PyCoreConfig_SetGlobalConfig(core_config);
608 if (_PyCoreConfig_Copy(&interp->core_config, core_config) < 0) {
635 const _PyCoreConfig *core_config)
654 return _Py_Initialize_ReconfigureCore(interp, core_config);
1385 _PyCoreConfig *core_config; local
    [all...]
sysmodule.c 2067 _PyCoreConfig *core_config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; local
    [all...]

Completed in 360 milliseconds