diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-09 17:36:35 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-09 17:36:35 +0100 |
commit | a3ec8e0b6b5cc88063893fd7226599727a41dd29 (patch) | |
tree | 8b7f5304b55a49c60bf0f1b4b540143373e00c42 /docs | |
parent | b899b53286e9125f34fd7522f4a173ff12643b68 (diff) | |
download | lanes-a3ec8e0b6b5cc88063893fd7226599727a41dd29.tar.gz lanes-a3ec8e0b6b5cc88063893fd7226599727a41dd29.tar.bz2 lanes-a3ec8e0b6b5cc88063893fd7226599727a41dd29.zip |
new API lanes.set_thread_affinity(), and et_debug_threadname implemented with win32 pthread
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index ef227c8..1b7477f 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -709,6 +709,22 @@ | |||
709 | </p> | 709 | </p> |
710 | 710 | ||
711 | 711 | ||
712 | <!-- affinity +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | ||
713 | <hr/> | ||
714 | <h2 id="affinity">Affinity</h2> | ||
715 | |||
716 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> | ||
717 | <tr> | ||
718 | <td> | ||
719 | <pre> lanes.set_thread_affinity( affinity)</pre> | ||
720 | </td> | ||
721 | </tr> | ||
722 | </table> | ||
723 | <p> | ||
724 | Each thread can change its own affinity at will. This is also true for the main Lua state. | ||
725 | </p> | ||
726 | |||
727 | |||
712 | <!-- status +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 728 | <!-- status +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
713 | <hr/> | 729 | <hr/> |
714 | <h2 id="status">Status</h2> | 730 | <h2 id="status">Status</h2> |