Searched refs:writerThread (Results 1 – 6 of 6) sorted by relevance
42 private Thread writerThread; field in PacketWriter68 writerThread = new Thread() { in init()73 writerThread.setName("Smack Packet Writer (" + connection.connectionCounterValue + ")"); in init()74 writerThread.setDaemon(true); in init()111 writerThread.start(); in startup()166 while (!done && (writerThread == thisThread)) { in writePackets()
1272 ss->writerThread = PR_GetCurrentThread(); in ssl_SecureSend()1289 ss->writerThread = NULL; in ssl_SecureSend()1325 ss->writerThread = NULL; in ssl_SecureSend()
1292 PRThread * writerThread; /* thread holds SSL_LOCK_WRITER lock */ member
3003 ss->writerThread = NULL; in ssl_MakeLocks()
11134 if (ss->writerThread == PR_GetCurrentThread()) { in ssl3_HandleFinished()
766 ss->writerThread = PR_GetCurrentThread();