We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713670d commit 2feec88Copy full SHA for 2feec88
1 file changed
wolfssl/wolfcrypt/types.h
@@ -1391,6 +1391,12 @@ typedef struct w64wrapper {
1391
#define INVALID_THREAD_VAL ((THREAD_TYPE)(-1))
1392
#endif
1393
1394
+ /* Internal wolfSSL threading interface. It does NOT need to be ported
1395
+ * during initial porting efforts.
1396
+ *
1397
+ * It is currently used for:
1398
+ * - CRL monitor */
1399
+
1400
WOLFSSL_LOCAL int wolfSSL_NewThread(THREAD_TYPE* thread,
1401
THREAD_CB cb, void* arg);
1402
WOLFSSL_LOCAL int wolfSSL_JoinThread(THREAD_TYPE thread);
0 commit comments