Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 5 of 5) sorted by relevance

/misc/config_tools/scenario_config/jsonschema/
A Dconverter.py91 for attr in ['xs:simpleType', 'xs:complexType']:
92 if attr in include_content:
93 if attr not in schema_content:
94 schema_content[attr] = []
96 schema_content[attr] = [
97 *include_content[attr],
98 *schema_content[attr]
402 for attr in ['xs:sequence', 'xs:all']:
403 if attr in obj:
404 elements = obj[attr]['xs:element']
/misc/config_tools/board_inspector/extractors/
A D10-processors.py77 for attr in msr_data.attribute_bits:
78 add_child(n, "attribute", str(getattr(msr_data, attr)), id=attr)
157 for attr in msr_data.attribute_bits:
158 add_child(thread, attr, str(getattr(msr_data, attr)))
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dchannels.c532 pthread_attr_t attr; in create_detached_thread() local
534 ret = pthread_attr_init(&attr); in create_detached_thread()
541 ret = pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); in create_detached_thread()
548 ret = pthread_create(pid, &attr, fn, arg); in create_detached_thread()
554 pthread_attr_destroy(&attr); in create_detached_thread()
/misc/services/acrn_manager/
A Dacrnd.c533 pthread_attr_t attr; in _handle_acrnd_stop() local
550 rc = pthread_attr_init(&attr); in _handle_acrnd_stop()
553 rc = pthread_attr_setdetachstate(&attr, in _handle_acrnd_stop()
557 rc = pthread_create(&tid, &attr, notify_stop_state, NULL); in _handle_acrnd_stop()
561 pthread_attr_destroy(&attr); in _handle_acrnd_stop()
567 pthread_attr_destroy(&attr); in _handle_acrnd_stop()
/misc/config_tools/configurator/packages/configurator/src-tauri/
A DCargo.lock2761 "proc-macro-error-attr",
2769 name = "proc-macro-error-attr"

Completed in 19 milliseconds