Confirmed users
214
edits
| Line 93: | Line 93: | ||
| Internally, <tt>cprSendMessage()</tt> is a write to a unix domain socket, and the receiving thread | Internally, <tt>cprSendMessage()</tt> is a write to a unix domain socket, and the receiving thread | ||
| needs to loop around < | needs to loop around <tt>cprGetMessage()</tt>, as in <tt>ccap_task.c</tt>: | ||
|      /** |      /** | ||
| Line 135: | Line 135: | ||
|         } |         } | ||
|     } |     } | ||
| ==== Interoperating between SIPCC Threads and nsThreads ==== | |||
| === Important threads === | === Important threads === | ||