Home
last modified time | relevance | path

Searched refs:thread_module (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_thread.c39 struct RClass *thread_module; in grn_mrb_thread_init() local
41 thread_module = mrb_define_module_under(mrb, module, "Thread"); in grn_mrb_thread_init()
43 mrb_define_class_method(mrb, thread_module, in grn_mrb_thread_init()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_thread.c39 struct RClass *thread_module; in grn_mrb_thread_init() local
41 thread_module = mrb_define_module_under(mrb, module, "Thread"); in grn_mrb_thread_init()
43 mrb_define_class_method(mrb, thread_module, in grn_mrb_thread_init()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_thread.c39 struct RClass *thread_module; in grn_mrb_thread_init() local
41 thread_module = mrb_define_module_under(mrb, module, "Thread"); in grn_mrb_thread_init()
43 mrb_define_class_method(mrb, thread_module, in grn_mrb_thread_init()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_thread.c39 struct RClass *thread_module;
41 thread_module = mrb_define_module_under(mrb, module, "Thread");
43 mrb_define_class_method(mrb, thread_module,
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_thread.c39 struct RClass *thread_module; in grn_mrb_thread_init() local
41 thread_module = mrb_define_module_under(mrb, module, "Thread"); in grn_mrb_thread_init()
43 mrb_define_class_method(mrb, thread_module, in grn_mrb_thread_init()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_thread.c39 struct RClass *thread_module; in grn_mrb_thread_init() local
41 thread_module = mrb_define_module_under(mrb, module, "Thread"); in grn_mrb_thread_init()
43 mrb_define_class_method(mrb, thread_module, in grn_mrb_thread_init()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_bundle/
H A Dpydev_monkey.py809 def patch_thread_module(thread_module): argument
811 if getattr(thread_module, '_original_start_new_thread', None) is None:
812 if thread_module is threading:
813 if not hasattr(thread_module, '_start_new_thread'):
815 …_original_start_new_thread = thread_module._original_start_new_thread = thread_module._start_new_t…
817 …_original_start_new_thread = thread_module._original_start_new_thread = thread_module.start_new_th…
819 _original_start_new_thread = thread_module._original_start_new_thread
843 if thread_module is threading:
844 thread_module._start_new_thread = pydev_start_new_thread
846 thread_module.start_new_thread = pydev_start_new_thread
[all …]
/dports/security/py-gpgme/gpgme-1.15.1/src/
H A Dgpgme-config.in117 case "$thread_module" in
145 case "$thread_module" in
181 thread_module="$optarg";
184 if test "x$thread_module" = "x"; then
/dports/security/gpgme/gpgme-1.15.1/src/
H A Dgpgme-config.in117 case "$thread_module" in
145 case "$thread_module" in
181 thread_module="$optarg";
184 if test "x$thread_module" = "x"; then
/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A Dgpgme-config.in117 case "$thread_module" in
145 case "$thread_module" in
181 thread_module="$optarg";
184 if test "x$thread_module" = "x"; then
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A Dgpgme-config.in117 case "$thread_module" in
145 case "$thread_module" in
181 thread_module="$optarg";
184 if test "x$thread_module" = "x"; then
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/
H A Dpydev_monkey.py958 def patch_thread_module(thread_module): argument
960 if getattr(thread_module, '_original_start_new_thread', None) is None:
961 if thread_module is threading:
962 if not hasattr(thread_module, '_start_new_thread'):
964 …_original_start_new_thread = thread_module._original_start_new_thread = thread_module._start_new_t…
966 …_original_start_new_thread = thread_module._original_start_new_thread = thread_module.start_new_th…
968 _original_start_new_thread = thread_module._original_start_new_thread
992 if thread_module is threading:
993 thread_module._start_new_thread = pydev_start_new_thread
995 thread_module.start_new_thread = pydev_start_new_thread
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_bundle/
H A Dpydev_monkey.py1096 def patch_thread_module(thread_module): argument
1098 if getattr(thread_module, '_original_start_new_thread', None) is None:
1099 if thread_module is threading:
1100 if not hasattr(thread_module, '_start_new_thread'):
1102 …_original_start_new_thread = thread_module._original_start_new_thread = thread_module._start_new_t…
1104 …_original_start_new_thread = thread_module._original_start_new_thread = thread_module.start_new_th…
1106 _original_start_new_thread = thread_module._original_start_new_thread
1130 if thread_module is threading:
1131 thread_module._start_new_thread = pydev_start_new_thread
1133 thread_module.start_new_thread = pydev_start_new_thread
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A D_threadmodule.c27 static struct PyModuleDef thread_module; variable
794 PyObject *module = _PyType_GetModuleByDef(type, &thread_module); in local_new()
933 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_setattro()
990 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_getattro()
1696 static struct PyModuleDef thread_module = { variable
1711 return PyModuleDef_Init(&thread_module); in PyInit__thread()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_threadmodule.c27 static struct PyModuleDef thread_module; variable
793 PyObject *module = _PyType_GetModuleByDef(type, &thread_module); in local_new()
932 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_setattro()
989 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_getattro()
1700 static struct PyModuleDef thread_module = { variable
1715 return PyModuleDef_Init(&thread_module); in PyInit__thread()
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/
H A Ddup_threading.py77 def thread_module(): function
H A Dasyncscheduler.py38 thread = duplicity.dup_threading.thread_module()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-thread.c3364 module_t *thread_module; in proto_register_thread() local
3368 thread_module = prefs_register_protocol(proto_thread, proto_reg_handoff_thread); in proto_register_thread()
3369 prefs_register_obsolete_preference(thread_module, "thr_coap_decode"); in proto_register_thread()
3370 prefs_register_string_preference(thread_module, "thr_seq_ctr", in proto_register_thread()
3375 prefs_register_bool_preference(thread_module, "thr_use_pan_id_in_key", in proto_register_thread()
3380 prefs_register_bool_preference(thread_module, "thr_auto_acq_thr_seq_ctr", in proto_register_thread()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-thread.c3364 module_t *thread_module; in dissect_tetra_T_optional_elements_14()
3368 thread_module = prefs_register_protocol(proto_thread, proto_reg_handoff_thread);
3369 prefs_register_obsolete_preference(thread_module, "thr_coap_decode");
3370 prefs_register_string_preference(thread_module, "thr_seq_ctr",
3375 prefs_register_bool_preference(thread_module, "thr_use_pan_id_in_key",
3380 prefs_register_bool_preference(thread_module, "thr_auto_acq_thr_seq_ctr",
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-thread.c3364 module_t *thread_module; in proto_register_thread() local
3368 thread_module = prefs_register_protocol(proto_thread, proto_reg_handoff_thread); in proto_register_thread()
3369 prefs_register_obsolete_preference(thread_module, "thr_coap_decode"); in proto_register_thread()
3370 prefs_register_string_preference(thread_module, "thr_seq_ctr", in proto_register_thread()
3375 prefs_register_bool_preference(thread_module, "thr_use_pan_id_in_key", in proto_register_thread()
3380 prefs_register_bool_preference(thread_module, "thr_auto_acq_thr_seq_ctr", in proto_register_thread()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-thread.c3364 module_t *thread_module;
3368 thread_module = prefs_register_protocol(proto_thread, proto_reg_handoff_thread);
3369 prefs_register_obsolete_preference(thread_module, "thr_coap_decode");
3370 prefs_register_string_preference(thread_module, "thr_seq_ctr",
3375 prefs_register_bool_preference(thread_module, "thr_use_pan_id_in_key",
3380 prefs_register_bool_preference(thread_module, "thr_auto_acq_thr_seq_ctr",
/dports/lang/python37/Python-3.7.12/Lib/importlib/
H A D_bootstrap_external.py1536 thread_module = _bootstrap._builtin_from_name('_thread')
1537 setattr(self_module, '_thread', thread_module)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1682 thread_module = _bootstrap._builtin_from_name('_thread')
1683 setattr(self_module, '_thread', thread_module)
/dports/databases/py-gdbm/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1682 thread_module = _bootstrap._builtin_from_name('_thread')
1683 setattr(self_module, '_thread', thread_module)
/dports/lang/python38/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1682 thread_module = _bootstrap._builtin_from_name('_thread')
1683 setattr(self_module, '_thread', thread_module)

12