Searched defs:runLoopID (Results 1 – 2 of 2) sorted by relevance
72 private native void nativePostDelayedTask(long runLoopID, Runnable runnable, long delay); in nativePostDelayedTask()73 private native void nativeDeleteMessageLoop(long runLoopID); in nativeDeleteMessageLoop()
52 jlong runLoopID, in JNI_BaseRunLoop_PostDelayedTask()70 jlong runLoopID) { in JNI_BaseRunLoop_DeleteMessageLoop()