Home
last modified time | relevance | path

Searched refs:TX_SUCCESS (Results 1 – 25 of 148) sorted by relevance

123456

/GUIX-v6.2.1/common/src/
Dgx_system_initialize.c286 if (status != TX_SUCCESS) in _gx_system_initialize()
304 if (status != TX_SUCCESS) in _gx_system_initialize()
334 if (status != TX_SUCCESS) in _gx_system_initialize()
Dgx_system_start.c78 if (status == TX_SUCCESS) in _gx_system_start()
Dgx_system_event_send.c106 TX_SUCCESS) in _gx_system_event_send()
Dgx_system_thread_entry.c116 if (status == TX_SUCCESS) in _gx_system_thread_entry()
Dgx_window_execute.c109 if (status == TX_SUCCESS) in _gx_window_execute()
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/
Dfx_port.h95 …if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA…
/GUIX-v6.2.1/test/example_internal/png_draw_32bpp/
Ddemo_guix_png_draw_32bpp.c37 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/example_internal/png_draw_16bpp/
Ddemo_guix_png_draw_16bpp.c37 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/example_internal/runtime_allocate_16bpp/
Ddemo_runtime_allocate_16bpp.c36 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/template/
Ddemo_guix_template.c33 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_runtime/
Ddemo_guix_bidi_text_line_break_runtime.c36 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/system_screen_stack/
Ddemo_guix_system_screen_stack.c45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping_runtime/
Ddemo_thai_glyph_shaping_runtime.c41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_16bpp/
Ddemo_guix_jpeg_draw_16bpp.c43 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_32bpp/
Ddemo_guix_jpeg_draw_32bpp.c45 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_image_reader_colorspace_convert_4bpp.c74 if (tx_byte_allocate(&test_memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in test_memory_allocate()
/GUIX-v6.2.1/test/example_internal/widgets_with_private_string/
Ddemo_guix_widgets_with_private_string.c46 if (tx_byte_allocate(&rotate_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in rotate_memory_allocate()
/GUIX-v6.2.1/samples/demo_guix_thermostat/
Ddemo_guix_thermostat.c34 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()

123456