mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
THREADS.txt: fix typos
s/wakup/wakeup Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
parent
d397092591
commit
f97a8a3284
@ -42,7 +42,7 @@ event loop thread handles I/O from the client socket, and once a
|
|||||||
complete RPC message has been read off the wire (and optionally
|
complete RPC message has been read off the wire (and optionally
|
||||||
decrypted), it will be placed on the 'dx' job queue for the
|
decrypted), it will be placed on the 'dx' job queue for the
|
||||||
associated client object. The job condition will be signalled and
|
associated client object. The job condition will be signalled and
|
||||||
a worker will wakup and process it.
|
a worker will wakeup and process it.
|
||||||
|
|
||||||
The worker thread must quickly drop its locks on the server and
|
The worker thread must quickly drop its locks on the server and
|
||||||
client to allow the main event loop thread to continue running
|
client to allow the main event loop thread to continue running
|
||||||
|
@ -124,7 +124,7 @@ int virEventPollToNativeEvents(int events);
|
|||||||
/**
|
/**
|
||||||
* virEventPollInterrupt: wakeup any thread waiting in poll()
|
* virEventPollInterrupt: wakeup any thread waiting in poll()
|
||||||
*
|
*
|
||||||
* return -1 if wakup failed
|
* return -1 if wakeup failed
|
||||||
*/
|
*/
|
||||||
int virEventPollInterrupt(void);
|
int virEventPollInterrupt(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user