mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix typo in thread.h (s/event/evthread)
This commit is contained in:
parent
114b383675
commit
5a5fe67ee8
@ -39,8 +39,8 @@
|
|||||||
use them.
|
use them.
|
||||||
|
|
||||||
Most programs will either be using Windows threads or Posix threads. You
|
Most programs will either be using Windows threads or Posix threads. You
|
||||||
can configure Libevent to use one of these event_use_windows_threads() or
|
can configure Libevent to use one of these evthread_use_windows_threads() or
|
||||||
event_use_pthreads() respectively. If you're using another threading
|
evthread_use_pthreads() respectively. If you're using another threading
|
||||||
library, you'll need to configure threading functions manually using
|
library, you'll need to configure threading functions manually using
|
||||||
evthread_set_lock_callbacks() and evthread_set_condition_callbacks().
|
evthread_set_lock_callbacks() and evthread_set_condition_callbacks().
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user