!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.3.29 

uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
x86_64
 

 

Safe-mode: OFF (not secure)

/opt/cpanel/ea-libxml2/include/libxml2/libxml/   drwxr-xr-x
Free 1007.75 GB of 1859.98 GB (54.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     threads.h (1.53 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/**
 * @file
 *
 * @brief interfaces for thread handling
 * 
 * set of generic threading related routines
 *              should work with pthreads, Windows native or TLS threads
 *
 * @copyright See Copyright for the status of this software.
 *
 * @author Daniel Veillard
 */

#ifndef __XML_THREADS_H__
#define __XML_THREADS_H__

#include <libxml/xmlversion.h>

#ifdef __cplusplus
extern "C" {
#endif

/** Mutual exclusion object */
typedef struct _xmlMutex xmlMutex;
typedef xmlMutex *xmlMutexPtr;

/** Reentrant mutual exclusion object */
typedef struct _xmlRMutex xmlRMutex;
typedef xmlRMutex *xmlRMutexPtr;

XMLPUBFUN int
            xmlCheckThreadLocalStorage(void);

XMLPUBFUN xmlMutex *
            xmlNewMutex    (void);
XMLPUBFUN void
            xmlMutexLock    (xmlMutex *tok);
XMLPUBFUN void
            xmlMutexUnlock    (xmlMutex *tok);
XMLPUBFUN void
            xmlFreeMutex    (xmlMutex *tok);

XMLPUBFUN xmlRMutex *
            xmlNewRMutex    (void);
XMLPUBFUN void
            xmlRMutexLock    (xmlRMutex *tok);
XMLPUBFUN void
            xmlRMutexUnlock    (xmlRMutex *tok);
XMLPUBFUN void
            xmlFreeRMutex    (xmlRMutex *tok);

/*
 * Library wide APIs.
 */
XML_DEPRECATED
XMLPUBFUN void
            xmlInitThreads    (void);
XMLPUBFUN void
            xmlLockLibrary    (void);
XMLPUBFUN void
            xmlUnlockLibrary(void);
XML_DEPRECATED
XMLPUBFUN void
            xmlCleanupThreads(void);

/** @cond IGNORE */
#if defined(LIBXML_THREAD_ENABLED) && defined(_WIN32) && \
    defined(LIBXML_STATIC_FOR_DLL)
int
xmlDllMain(void *hinstDLL, unsigned long fdwReason,
           void *lpvReserved);
#endif
/** @endcond */

#ifdef __cplusplus
}
#endif


#endif /* __XML_THREADS_H__ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0142 ]--