Function

Agswoker_thread_do_poll_loop

since: 3.0.0

Declaration [src]

void*
ags_woker_thread_do_poll_loop (
  void* ptr
)

Description [src]

Do loop and invoke ags_worker_thread_do_poll() unless flag AGS_WORKER_THREAD_RUNNING was unset.

Available since: 3.0.0

Parameters

ptr

Type: void*

The AgsWorkerThread.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: void*

No description available.

The data is owned by the called function.
The return value can be NULL.