Home
last modified time | relevance | path

Searched refs:lives_thread_attr_t (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.h435 typedef uint64_t lives_thread_attr_t; typedef
446 int lives_thread_create(lives_thread_t *thread, lives_thread_attr_t attr, lives_funcptr_t func, voi…
517 lives_proc_thread_t lives_proc_thread_create(lives_thread_attr_t, lives_funcptr_t, int return_type,…
558 void resubmit_proc_thread(lives_proc_thread_t, lives_thread_attr_t);
H A Dmachinestate.c1674 static lives_proc_thread_t _lives_proc_thread_create(lives_thread_attr_t attr, lives_funcptr_t func, in _lives_proc_thread_create()
1730 lives_proc_thread_t lives_proc_thread_create(lives_thread_attr_t attr, lives_funcptr_t func, in lives_proc_thread_create()
2106 void resubmit_proc_thread(lives_proc_thread_t thread_info, lives_thread_attr_t attr) { in resubmit_proc_thread()
2318 int lives_thread_create(lives_thread_t *thread, lives_thread_attr_t attr, lives_funcptr_t func, voi… in lives_thread_create()
H A Dwidget-helper.c1168 lives_thread_attr_t attr = LIVES_THRDATTR_WAIT_SYNC; in async_sig_handler()
1195 lives_thread_attr_t attr = LIVES_THRDATTR_WAIT_SYNC; in async_sig_handler3()
1219 lives_thread_attr_t attr = LIVES_THRDATTR_WAIT_SYNC; in async_timer_handler()
H A Dmain.c7661 lives_thread_attr_t attr = LIVES_THRDATTR_PRIORITY; in pull_frame_threaded()