cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros
thread.h File Reference

Go to the source code of this file.

Macros

#define THREAD_HANDLE   int
 
#define MUTEX_HANDLE   int
 
#define MUTEX_DECLARE_STORAGE(name)
 
#define MUTEX_CREATE(name, status)   status = CRYPT_OK
 
#define MUTEX_DESTROY(name)
 
#define MUTEX_LOCK(name)
 
#define MUTEX_UNLOCK(name)
 
#define THREAD_CREATE(function, arg, threadHandle, syncHandle, status)   status = CRYPT_ERROR
 
#define THREAD_EXIT(sync)
 
#define THREAD_INITIALISER   0
 
#define THREAD_SAME(thread1, thread2)   TRUE
 
#define THREAD_SELF()   0
 
#define THREAD_SLEEP(ms)
 
#define THREAD_YIELD()
 
#define THREAD_WAIT(sync, status)
 
#define THREAD_CLOSE(sync)
 
#define DUMMY_INIT_MUTEX   ( MUTEX_HANDLE ) DUMMY_INIT
 

Macro Definition Documentation

#define DUMMY_INIT_MUTEX   ( MUTEX_HANDLE ) DUMMY_INIT

Definition at line 2789 of file thread.h.

#define MUTEX_CREATE (   name,
  status 
)    status = CRYPT_OK

Definition at line 2760 of file thread.h.

#define MUTEX_DECLARE_STORAGE (   name)

Definition at line 2759 of file thread.h.

#define MUTEX_DESTROY (   name)

Definition at line 2761 of file thread.h.

#define MUTEX_HANDLE   int

Definition at line 2757 of file thread.h.

#define MUTEX_LOCK (   name)

Definition at line 2762 of file thread.h.

#define MUTEX_UNLOCK (   name)

Definition at line 2763 of file thread.h.

#define THREAD_CLOSE (   sync)

Definition at line 2774 of file thread.h.

#define THREAD_CREATE (   function,
  arg,
  threadHandle,
  syncHandle,
  status 
)    status = CRYPT_ERROR

Definition at line 2765 of file thread.h.

#define THREAD_EXIT (   sync)

Definition at line 2767 of file thread.h.

#define THREAD_HANDLE   int

Definition at line 2756 of file thread.h.

#define THREAD_INITIALISER   0

Definition at line 2768 of file thread.h.

#define THREAD_SAME (   thread1,
  thread2 
)    TRUE

Definition at line 2769 of file thread.h.

#define THREAD_SELF ( )    0

Definition at line 2770 of file thread.h.

#define THREAD_SLEEP (   ms)

Definition at line 2771 of file thread.h.

#define THREAD_WAIT (   sync,
  status 
)

Definition at line 2773 of file thread.h.

#define THREAD_YIELD ( )

Definition at line 2772 of file thread.h.