efl/src/examples/ecore
Vincent Torri 910f318ad9 examples: Simplify & fix thread example
This fixes the example for Windows, where apparently it ran into a lot
of errors with spinlock. Note that on Linux we have such errors too
(both before and after the patch):
EINA ERROR: 'Invalid argument' on lock 0x7ffd218af410
EINA ERROR: 'Invalid argument' on unlock 0x7ffd218af410

Patch by @vtorri
2018-01-17 17:37:03 +09:00
..
.gitignore gitignore: add some new example binaries to the ignore list 2017-09-13 11:25:13 +02:00
Makefile.am Eina_Promise/Eina_Future: Add example and tests. 2017-09-04 10:24:00 -03:00
Makefile.examples
ecore_animator_example.c
ecore_audio_custom.c
ecore_audio_playback.c
ecore_audio_to_ogg.c
ecore_buffer_consumer_example.c
ecore_buffer_example.c
ecore_buffer_provider_example.c
ecore_client_bench.c
ecore_compose_get_example.c
ecore_con_client_example.c ecore_con_*_example: compile on win32. 2017-03-29 12:44:19 -03:00
ecore_con_client_simple_example.c
ecore_con_eet_client_example.c examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
ecore_con_eet_descriptor_example.c
ecore_con_eet_descriptor_example.h
ecore_con_eet_server_example.c examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
ecore_con_lookup_example.c
ecore_con_server_example.c ecore_con_*_example: compile on win32. 2017-03-29 12:44:19 -03:00
ecore_con_server_http_example.c
ecore_con_server_simple_example.c
ecore_con_url_cookies_example.c
ecore_con_url_download_example.c
ecore_con_url_ftp_example.c
ecore_con_url_headers_example.c
ecore_evas_basics_example.c
ecore_evas_buffer_example_01.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
ecore_evas_buffer_example_02.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
ecore_evas_callbacks.c
ecore_evas_cursor_example.c evas: Rename device Class to Type, remove Sub_Class 2017-06-12 15:21:55 +09:00
ecore_evas_ews_example.c
ecore_evas_extn_plug_example.c
ecore_evas_extn_socket_example.c
ecore_evas_object_example.c
ecore_evas_vnc_example.c evas: Move evas_canvas.eo to legacy-only 2017-11-01 11:22:33 +09:00
ecore_evas_wayland_multiseat_example.c evas: Rename device Class to Type, remove Sub_Class 2017-06-12 15:21:55 +09:00
ecore_evas_window_sizes_example.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
ecore_event_example_01.c
ecore_event_example_02.c
ecore_exe_example.c efl: drop deprecated Encoding key from desktop files 2017-12-13 10:27:48 -08:00
ecore_exe_example_child.c examples: fix ecore_exe_child example to work properly on Windows 2017-06-15 12:18:42 +09:00
ecore_fd_handler_example.c
ecore_fd_handler_gnutls_example.c ecore: use new API eina_file_close_on_exec in example too. 2017-04-18 16:57:36 -07:00
ecore_file_download_example.c
ecore_getopt_example.c
ecore_idler_example.c
ecore_imf_example.c
ecore_input_joystick_example.c ecore_input: add API to get name of joystick. 2017-04-13 14:53:48 +09:00
ecore_ipc_client_example.c ecore_ipc_client_example: win32 doesn't provide getline(). 2017-03-29 12:44:19 -03:00
ecore_ipc_server_example.c
ecore_job_example.c
ecore_pipe_gstreamer_example.c
ecore_pipe_simple_example.c
ecore_poller_example.c
ecore_promise2_example.c ecore: remove use of efl_main_loop_get from ecore_promise2_example. 2018-01-10 18:16:25 -08:00
ecore_server_bench.c
ecore_thread_example.c examples: Simplify & fix thread example 2018-01-17 17:37:03 +09:00
ecore_time_functions_example.c
ecore_timer_example.c
efl_io_buffered_stream_example.c ecore: remove use of efl_main_loop_get from example. 2018-01-08 10:08:43 -08:00
efl_io_copier_example.c ecore: remove more use of main loop reference from unified API example. 2018-01-08 13:19:48 -08:00
efl_io_copier_simple_example.c ecore: remove use of efl_main_loop_get from efl_io_copier_simple_example. 2018-01-08 15:47:18 -08:00
efl_io_queue_example.c ecore: remove use of efl_main_loop_get from efl_io_queue_example. 2018-01-08 15:55:17 -08:00
efl_loop_callback_add_event.cs efl_mono: Add examples code. 2017-12-04 15:47:51 -03:00
efl_loop_timer_example.cs efl_mono: Add examples code. 2017-12-04 15:47:51 -03:00
efl_net_control_example.c ecore: remove use of efl_main_loop_get from efl_net_control_example. 2018-01-08 16:04:22 -08:00
efl_net_dialer_http_example.c ecore: forgot to switch to use Efl_Net.h for efl_net_dialer_http_example. 2018-01-09 16:29:30 -08:00
efl_net_dialer_simple_example.c ecore: remove use of efl_main_loop_get from efl_net_dialer_simple_example. 2018-01-09 16:29:30 -08:00
efl_net_dialer_udp_example.c ecore: remove use of efl_main_loop_get from efl_net_dialer_udp_example. 2018-01-09 16:29:30 -08:00
efl_net_dialer_unix_example.c ecore: remove use of efl_main_loop_get from efl_net_dialer_unix_example. 2018-01-09 16:29:30 -08:00
efl_net_dialer_websocket_autobahntestee.c ecore: remove use of efl_main_loop_get from efl_net_dialer_websocket_autobahntestee. 2018-01-09 16:29:30 -08:00
efl_net_dialer_websocket_example.c ecore: remove use of efl_main_loop_get from efl_net_dialer_websocket_example. 2018-01-09 16:29:30 -08:00
efl_net_dialer_windows_example.c ecore: forgotten EFL_MAIN_EX. 2018-01-15 14:22:27 -08:00
efl_net_ip_address_example.c examples/net: Fix compilation on Windows 2017-06-20 14:34:52 +09:00
efl_net_server_example.c ecore: remove use of efl_main_loop_get from efl_net_server_example. 2018-01-10 18:16:25 -08:00
efl_net_server_simple_example.c ecore: remove use of efl_main_loop_get from efl_net_server_simple_example. 2018-01-10 18:16:25 -08:00
efl_net_session_example.c ecore: remove use of efl_main_loop_get from efl_net_session_example. 2018-01-11 11:13:17 -08:00
efl_net_socket_ssl_dialer_example.c ecore: remove use of efl_main_loop_get from efl_net_socket_ssl_dialer_example. 2018-01-11 11:13:17 -08:00
efl_net_socket_ssl_server_example.c ecore: remove use of efl_main_loop_get from efl_net_socket_ssl_server_example. 2018-01-11 11:13:17 -08:00
red.png