Files
allwpilib/wpilibj/src/athena/cpp/lib
Peter Johnson 5dc5ed83b3 Rewrite Java Notifier and update Interrupt JNI.
Notifier takes advantage of the multi-notifier support now in HAL.

Each Notifier is now handled by a separate thread at the JNI level, so
one notifier taking longer to process (or being breakpointed) does not
stop the other notifiers from running.  These threads are configured as
daemon threads.

In both Notifier and Interrupt JNI, the JNI thread attachment no longer
repeatedly calls AttachCurrentThread().  This improves performance but more
importantly avoids impacting the Eclipse debugger, which attempts to
track each call to AttachCurrentThread() as a separate Java thread.

Note: There is currently no way to free an interrupt handler.  Repeatedly
calling attachInterruptHandler() will result in leaking previous handlers.

Change-Id: Ib12e3df88943c03e0269d3906e5b153767139391
2015-12-29 18:33:22 -08:00
..
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-12-16 00:02:13 -08:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00
2015-11-21 18:26:49 -05:00