hooks for multithreading. Disable nagle
git-svn-id: svn://svn.berlios.de/openocd/trunk@524 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -64,6 +64,17 @@ void exit_handler(void)
|
||||
jtag->quit();
|
||||
}
|
||||
|
||||
/* implementations of OpenOCD that uses multithreading needs to lock OpenOCD while calling
|
||||
* OpenOCD fn's. No-op in vanilla OpenOCD
|
||||
*/
|
||||
void lockBigLock()
|
||||
{
|
||||
}
|
||||
void unlockBigLock()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
/* initialize commandline interface */
|
||||
|
||||
Reference in New Issue
Block a user