Module global_style_data

Source
Expand description

Global style data

Structsยง

GLOBAL_STYLE_DATA
Global style data
GlobalStyleData
Global style data
STYLE_THREAD_JOIN_HANDLES ๐Ÿ”’
JoinHandles for spawned style threads. These will be joined during StyleThreadPool::shutdown() after exiting the thread pool.
STYLE_THREAD_POOL
Global thread pool
StyleThreadPool
Global thread pool.

Constantsยง

STYLO_MAX_THREADS ๐Ÿ”’
The performance benefit of additional threads seems to level off at around six, so we cap it there on many-core machines (see bug 1431285 comment 14).

Functionsยง

stylo_threads_pref ๐Ÿ”’
thread_name ๐Ÿ”’
thread_shutdown ๐Ÿ”’
thread_spawn ๐Ÿ”’
thread_startup ๐Ÿ”’

Type Aliasesยง

PlatformThreadHandle
Platform-specific handle to a thread.