Home
last modified time | relevance | path

Searched refs:eina_thread_queue_fd_set (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_thread_queue.h243 eina_thread_queue_fd_set(Eina_Thread_Queue *thq, int fd) EINA_ARG_NONNULL(1);
H A Deina_thread_queue.c565 eina_thread_queue_fd_set(Eina_Thread_Queue *thq, int fd) in eina_thread_queue_fd_set() function
/dports/devel/efl/efl-1.25.1/src/tests/ecore/
H A Decore_test_ecore_thread_eina_thread_queue.c654 eina_thread_queue_fd_set(thq1, p[1]); in EFL_START_TEST()