#include "UT_API.h"#include <stdlib.h>#include <SYS/SYS_Types.h>#include "UT_Assert.h"#include "UT_Defines.h"#include <sys/types.h>Go to the source code of this file.
Classes | |
| class | UT_Thread |
| class | UT_NullThread |
| class | UT_ThreadSet |
| class | UT_ThreadFarm |
Defines | |
| #define | UT_INVALID_THREAD_ID ((ut_thread_id_t)0) |
| #define | UT_THREAD_DEFAULT_STACK_SIZE (8U*1024U*1024U) |
| #define | UT_THREAD_SMALL_STACK_SIZE (1U*1024U*1024U) |
Typedefs | |
| typedef pid_t | ut_thread_id_t |
| typedef void *(* | UTthreadFunc )(void *) |
| #define UT_INVALID_THREAD_ID ((ut_thread_id_t)0) |
Definition at line 46 of file UT_Thread.h.
| #define UT_THREAD_DEFAULT_STACK_SIZE (8U*1024U*1024U) |
Definition at line 49 of file UT_Thread.h.
| #define UT_THREAD_SMALL_STACK_SIZE (1U*1024U*1024U) |
Definition at line 50 of file UT_Thread.h.
| typedef pid_t ut_thread_id_t |
Definition at line 43 of file UT_Thread.h.
| typedef void*(* UTthreadFunc)(void *) |
Definition at line 52 of file UT_Thread.h.
1.5.9