nugu-android
nugu-core
/
com.skt.nugu.sdk.core.utils
/
LoopThread
Loop
Thread
abstract
class
LoopThread
:
Thread
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Loop
Thread
Link copied to clipboard
fun
LoopThread
(
)
Content copied to clipboard
Functions
check
Access
Link copied to clipboard
fun
checkAccess
(
)
Content copied to clipboard
count
Stack
Frames
Link copied to clipboard
open
fun
countStackFrames
(
)
:
Int
Content copied to clipboard
destroy
Link copied to clipboard
open
fun
destroy
(
)
Content copied to clipboard
get
Id
Link copied to clipboard
open
fun
getId
(
)
:
Long
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
Content copied to clipboard
get
State
Link copied to clipboard
open
fun
getState
(
)
:
Thread.State
Content copied to clipboard
get
Thread
Group
Link copied to clipboard
fun
getThreadGroup
(
)
:
ThreadGroup
Content copied to clipboard
interrupt
Link copied to clipboard
open
fun
interrupt
(
)
Content copied to clipboard
is
Alive
Link copied to clipboard
fun
isAlive
(
)
:
Boolean
Content copied to clipboard
is
Interrupted
Link copied to clipboard
open
fun
isInterrupted
(
)
:
Boolean
Content copied to clipboard
join
Link copied to clipboard
fun
join
(
)
Content copied to clipboard
fun
join
(
p0
:
Long
)
Content copied to clipboard
fun
join
(
p0
:
Long
,
p1
:
Int
)
Content copied to clipboard
resume
Link copied to clipboard
fun
resume
(
)
Content copied to clipboard
run
Link copied to clipboard
open
override
fun
run
(
)
Content copied to clipboard
start
Link copied to clipboard
open
fun
start
(
)
Content copied to clipboard
stop
Link copied to clipboard
fun
stop
(
)
Content copied to clipboard
fun
stop
(
p0
:
Throwable
)
Content copied to clipboard
suspend
Link copied to clipboard
fun
suspend
(
)
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
wake
All
Link copied to clipboard
fun
wakeAll
(
)
Content copied to clipboard
wake
One
Link copied to clipboard
fun
wakeOne
(
)
Content copied to clipboard
Properties
context
Class
Loader
Link copied to clipboard
var
contextClassLoader
:
ClassLoader
Content copied to clipboard
daemon
Link copied to clipboard
var
daemon
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
var
name
:
String
Content copied to clipboard
priority
Link copied to clipboard
var
priority
:
Int
Content copied to clipboard
uncaught
Exception
Handler
Link copied to clipboard
var
uncaughtExceptionHandler
:
Thread.UncaughtExceptionHandler
Content copied to clipboard