Home
last modified time | relevance | path

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

/lk-master/kernel/include/kernel/
A Dthread.h201 static inline __ALWAYS_INLINE uintptr_t tls_get(uint entry) { in tls_get() function
/lk-master/lib/console/
A Dconsole.c187 console_t *con = (console_t *)tls_get(TLS_ENTRY_CONSOLE); in console_get_current()
193 console_t *old = (console_t *)tls_get(TLS_ENTRY_CONSOLE); in console_set_current()

Completed in 5 milliseconds