Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ threadIsCurrent
Method
threadIsCurrent
core/src/processing/opengl/PGL.java:880–882 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
878
879
880
public
boolean threadIsCurrent() {
881
return
Thread.currentThread() == glThread;
882
}
883
884
885
public
void
setThread(Thread thread) {
Callers
4
destroyFBOLayer
Method · 0.95
beginDraw
Method · 0.80
checkGLThread
Method · 0.80
deleteBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected