From 7c6b065f2bb1293fe2bb3d36da8d31bff61b37a9 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 25 Sep 2023 07:04:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2001ab2?= =?UTF-8?q?5ad15de7115fe0db098f3523deaade022f1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpool_8c.html | 8 +-- mpool_8c_source.html | 8 +-- mpool_8h.html | 6 +- symbol_8c.html | 8 +-- symbol_8c_source.html | 8 +-- symbol_8h.html | 8 +-- threadpool_8c.html | 22 +++--- threadpool_8c_source.html | 22 +++--- threadpool_8h.html | 106 ++++++++++++++-------------- threadpool_8h_source.html | 141 +++++++++++++++++++------------------- 10 files changed, 169 insertions(+), 168 deletions(-) diff --git a/mpool_8c.html b/mpool_8c.html index 0dc4f9e..f09766c 100644 --- a/mpool_8c.html +++ b/mpool_8c.html @@ -350,8 +350,8 @@

111}
static void * __mp_calloc2(struct pool *p, const m_bool zero)
Definition mpool.c:92
gwtlock_t mutex
Definition mpool.c:17
-
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:73
-
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:70
+
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:74
+
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:71
@@ -626,7 +626,7 @@

76 for (uint32_t i = 0; i < p->nblk && p->data[i]; ++i) xfree(p->data[i]);
77 xfree(p->data);
78}
-
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:94
+
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:95
@@ -762,7 +762,7 @@

31 p->data = (uint8_t **)xcalloc(1, sizeof(uint8_t *));
33}
-
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:88
+
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:89
diff --git a/mpool_8c_source.html b/mpool_8c_source.html index 342f7c8..37b060d 100644 --- a/mpool_8c_source.html +++ b/mpool_8c_source.html @@ -307,10 +307,10 @@
gwtlock_t mutex
Definition mpool.c:17
volatile struct Recycle * next
Definition mpool.c:18
pthread_mutex_t gwtlock_t
Definition threadpool.h:12
-
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:73
-
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:94
-
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:88
-
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:70
+
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:74
+
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:95
+
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:89
+
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:71
#define xfree(a)
Definition xalloc.h:28
static ANEW void * xcalloc(const m_uint n, const m_uint sz)
Definition xalloc.h:18
static ANEW void * xmalloc(const m_uint sz)
Definition xalloc.h:13
diff --git a/mpool_8h.html b/mpool_8h.html index c957243..38b5707 100644 --- a/mpool_8h.html +++ b/mpool_8h.html @@ -414,8 +414,8 @@

111}
static void * __mp_calloc2(struct pool *p, const m_bool zero)
Definition mpool.c:92
gwtlock_t mutex
Definition mpool.c:17
-
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:73
-
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:70
+
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:74
+
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:71
@@ -636,7 +636,7 @@

78}
uint8_t ** data
Definition mpool.c:16
uint32_t nblk
Definition mpool.c:22
-
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:94
+
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:95
diff --git a/symbol_8c.html b/symbol_8c.html index a43ebc4..5fb6907 100644 --- a/symbol_8c.html +++ b/symbol_8c.html @@ -205,7 +205,7 @@

gwtlock_t mutex
Definition symbol.h:14
Symbol sym[]
Definition symbol.h:17
#define TABLE_SZ(sz)
Definition symbol.c:3
-
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:94
+
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:95
@@ -250,8 +250,8 @@

50}
ANN unsigned int hash(const m_str s0)
static Symbol mksymbol(MemPool p, const m_str name, const Symbol next)
Definition symbol.c:32
-
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:73
-
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:70
+
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:74
+
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:71
@@ -341,7 +341,7 @@

10 return st;
11}
-
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:88
+
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:89
diff --git a/symbol_8c_source.html b/symbol_8c_source.html index ab9e778..5fdfe0a 100644 --- a/symbol_8c_source.html +++ b/symbol_8c_source.html @@ -166,10 +166,10 @@
ANN SymTable * new_symbol_table(MemPool p, const size_t sz)
Definition symbol.c:5
#define TABLE_SZ(sz)
Definition symbol.c:3
ANN Symbol insert_symbol(SymTable *const ht, const m_str name)
Definition symbol.c:39
-
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:73
-
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:94
-
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:88
-
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:70
+
static ANN int gwt_unlock(gwtlock_t *lock)
Definition threadpool.h:74
+
static ANN void gwt_lock_end(gwtlock_t *lock)
Definition threadpool.h:95
+
static ANN int gwt_lock_ini(gwtlock_t *lock)
Definition threadpool.h:89
+
static ANN int gwt_lock(gwtlock_t *lock)
Definition threadpool.h:71