Home
last modified time | relevance | path

Searched refs:_once (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dmpfr-thread.h83 #define MPFR_ONCE_DECL(_once) \ argument
84 once_flag _once;
88 #define MPFR_ONCE_CALL(_once, _func) do { \ argument
89 call_once(&(_once), (_func)); \
137 #define MPFR_ONCE_DECL(_once) \ argument
138 pthread_once_t _once ;
142 #define MPFR_ONCE_CALL(_once, _func) \ argument
143 MPFR_LOCK_C(pthread_once (&(_once), (_func)))
172 #define MPFR_ONCE_DECL(_once) argument
173 #define MPFR_ONCE_CALL(_once,_func) do {} while (0) argument
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/type/
H A Dinit_once.h52 #define UCS_INIT_ONCE(_once) \ argument
53 for (pthread_mutex_lock(&(_once)->lock); \
54 !(_once)->initialized || ucs_init_once_mutex_unlock(&(_once)->lock); \
55 (_once)->initialized = 1)
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_compile_include_php.php92 $_once = '_once';
95 $_once = '';
100 …return "<?php ob_start(); include{$_once} ('{$_filepath}'); \$_smarty_tpl->assign({$_assign},ob_ge…
102 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
106 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
108 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
105 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
107 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_include_php.php98 $_once = '_once';
101 $_once = '';
106 …return "<?php ob_start();\ninclude{$_once} ('{$_filepath}');\n\$_smarty_tpl->assign({$_assign},ob_…
108 return "<?php include{$_once} ('{$_filepath}');?>\n";
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dfail_point.h207 : _failPoint(failPoint), _once(false), _shouldClose(false) {} in ScopedFailPoint()
219 if (_once) { in isActive()
223 _once = true; in isActive()
242 bool _once; variable
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/xmlstream/handler/
H A Dcallback.py51 self._once = once
61 if self._once:
77 if self._once:
H A Dcoroutine_callback.py55 self._once = once
65 if self._once:
81 if self._once:
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dprivs.h143 for (struct zebra_privs_t *_once = NULL, \
147 _once == NULL; _once = (void *)1)
H A Dfrr_pthread.h237 *_once = NULL; _once == NULL; _once = (void *)1) \
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dprivs.h143 for (struct zebra_privs_t *_once = NULL, \
147 _once == NULL; _once = (void *)1)
H A Dfrr_pthread.h237 *_once = NULL; _once == NULL; _once = (void *)1) \
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/
H A Ddrm_print.h429 __drm_printk((drm), info, _once, fmt, ##__VA_ARGS__)
432 __drm_printk((drm), notice, _once, fmt, ##__VA_ARGS__)
435 __drm_printk((drm), warn, _once, fmt, ##__VA_ARGS__)
438 __drm_printk((drm), err, _once, "*ERROR* " fmt, ##__VA_ARGS__)
491 _DRM_PRINTK(_once, INFO, fmt, ##__VA_ARGS__)
493 _DRM_PRINTK(_once, NOTICE, fmt, ##__VA_ARGS__)
495 _DRM_PRINTK(_once, WARNING, fmt, ##__VA_ARGS__)
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/
H A Ddrm_print.h429 __drm_printk((drm), info, _once, fmt, ##__VA_ARGS__)
432 __drm_printk((drm), notice, _once, fmt, ##__VA_ARGS__)
435 __drm_printk((drm), warn, _once, fmt, ##__VA_ARGS__)
438 __drm_printk((drm), err, _once, "*ERROR* " fmt, ##__VA_ARGS__)
491 _DRM_PRINTK(_once, INFO, fmt, ##__VA_ARGS__)
493 _DRM_PRINTK(_once, NOTICE, fmt, ##__VA_ARGS__)
495 _DRM_PRINTK(_once, WARNING, fmt, ##__VA_ARGS__)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/
H A Ddrm_print.h429 __drm_printk((drm), info, _once, fmt, ##__VA_ARGS__)
432 __drm_printk((drm), notice, _once, fmt, ##__VA_ARGS__)
435 __drm_printk((drm), warn, _once, fmt, ##__VA_ARGS__)
438 __drm_printk((drm), err, _once, "*ERROR* " fmt, ##__VA_ARGS__)
491 _DRM_PRINTK(_once, INFO, fmt, ##__VA_ARGS__)
493 _DRM_PRINTK(_once, NOTICE, fmt, ##__VA_ARGS__)
495 _DRM_PRINTK(_once, WARNING, fmt, ##__VA_ARGS__)
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/resources/functions/
H A Devent_consumer.lua63 self._once = {}
93 self._once[handler] = listener
109 local listener = self._once[handler] or handler
110 self._once[handler] = nil
123 for handler, listener in pairs(self._once) do
126 self._once[handler] = nil
204 self._once = {}
318 self._once = once
345 return self._once
/dports/sysutils/monit/monit-5.29.0/libmonit/src/thread/
H A DThread.c57 static void _once(void) { in _once() function
74 void Thread_init(void) { pthread_once(&once_control, _once); } in Thread_init()

1234567