Home
last modified time | relevance | path

Searched defs:a_nxoe (Results 1 – 20 of 20) sorted by relevance

/dports/lang/onyx/onyx-5.1.2/lib/libonyx/include/libonyx/
H A Dnxo_l.h49 #define nxoe_l_color_get(a_nxoe) (a_nxoe)->color argument
50 #define nxoe_l_color_set(a_nxoe, a_color) (a_nxoe)->color = (a_color) argument
52 #define nxoe_l_registered_get(a_nxoe) (a_nxoe)->registered argument
53 #define nxoe_l_registered_set(a_nxoe, a_registered) \ argument
56 #define nxoe_l_type_get(a_nxoe) (a_nxoe->type) argument
H A Dnxo_condition_l.h55 nxoe_l_condition_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_condition_delete()
73 nxoe_l_condition_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_condition_ref_iter()
H A Dnxo_stack_l.h47 nxoe_l_stack_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_stack_delete()
87 nxoe_l_stack_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_stack_ref_iter()
H A Dnxo_thread_l.h91 nxoe_l_thread_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_thread_delete()
118 nxoe_l_thread_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_thread_ref_iter()
H A Dnxo_name_l.h108 nxoe_l_name_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_name_delete()
132 nxoe_l_name_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_name_ref_iter()
H A Dnxo_instance_l.h64 nxoe_l_instance_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_instance_delete()
93 nxoe_l_instance_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_instance_ref_iter()
H A Dnxo_handle_l.h60 nxoe_l_handle_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_handle_delete()
89 nxoe_l_handle_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_handle_ref_iter()
H A Dnxo_class_l.h70 nxoe_l_class_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_class_delete()
99 nxoe_l_class_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_class_ref_iter()
H A Dnxo_string_l.h76 nxoe_l_string_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_string_delete()
104 nxoe_l_string_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_string_ref_iter()
H A Dnxo_dict_l.h110 nxoe_l_dict_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_dict_delete()
150 nxoe_l_dict_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_dict_ref_iter()
H A Dnxo_mutex_l.h55 nxoe_l_mutex_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_mutex_delete()
H A Dnxo_array_l.h102 nxoe_l_array_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_array_delete()
135 nxoe_l_array_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_array_ref_iter()
H A Dnxo_file_l.h113 nxoe_l_file_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_file_delete()
170 nxoe_l_file_ref_iter(cw_nxoe_t *a_nxoe, bool a_reset) in nxoe_l_file_ref_iter()
H A Dnxo_regex_l.h139 nxoe_l_regex_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_regex_delete()
H A Dnxo_regsub_l.h97 nxoe_l_regsub_delete(cw_nxoe_t *a_nxoe, uint32_t a_iter) in nxoe_l_regsub_delete()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxo_string.c49 #define nxoe_p_string_lock(a_nxoe) \ argument
57 #define nxoe_p_string_unlock(a_nxoe) \ argument
H A Dnxo.c411 nxoe_l_new(cw_nxoe_t *a_nxoe, cw_nxot_t a_type, bool a_locking) in nxoe_l_new()
H A Dnxo_dict.c52 #define nxoe_p_dict_lock(a_nxoe) \ argument
60 #define nxoe_p_dict_unlock(a_nxoe) \ argument
H A Dnxa.c796 nxa_l_gc_register(cw_nxoe_t *a_nxoe) in nxa_l_gc_register()
880 nxa_p_root_add(cw_nxoe_t *a_nxoe, cw_nxoe_t **r_gray, bool *r_roots) in nxa_p_root_add()
H A Dnxo_file.c58 #define nxoe_p_file_lock(a_nxoe) \ argument
66 #define nxoe_p_file_unlock(a_nxoe) \ argument