| 程序包 | 说明 |
|---|---|
| org.jupiter.common.util.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
static InternalThreadLocalMap |
InternalThreadLocalMap.get() |
static InternalThreadLocalMap |
InternalThreadLocalMap.getIfSet() |
InternalThreadLocalMap |
InternalThread.threadLocalMap()
Returns the internal data structure that keeps the thread-local variables bound to this thread.
|
InternalThreadLocalMap |
InternalForkJoinWorkerThread.threadLocalMap()
Returns the internal data structure that keeps the thread-local variables bound to this thread.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InternalThreadLocal.remove(InternalThreadLocalMap threadLocalMap)
Sets the value to uninitialized for the specified thread local map;
a proceeding call to get() will trigger a call to initialValue().
|
void |
InternalThread.setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the thread-local variables bound to this thread.
|
void |
InternalForkJoinWorkerThread.setThreadLocalMap(InternalThreadLocalMap threadLocalMap)
Sets the internal data structure that keeps the thread-local variables bound to this thread.
|
Copyright © 2018. All rights reserved.