Home
last modified time | relevance | path

Searched refs:LIVES_THRDATTR_FG_THREAD (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.h441 #define LIVES_THRDATTR_FG_THREAD (1 << 3) macro
H A Dmachinestate.c1705 if (!(attr & LIVES_THRDATTR_FG_THREAD)) { in _lives_proc_thread_create()
1746 lpt = _lives_proc_thread_create(LIVES_THRDATTR_FG_THREAD, func, return_type, args_fmt, xargs); in main_thread_execute()