#include <SBHostOS.h>
Detailed Description
Definition at line 18 of file SBHostOS.h.
Member Function Documentation
static bool lldb::SBHostOS::ThreadCancel |
( |
lldb::thread_t |
thread, |
|
|
lldb::SBError * |
err |
|
) |
| |
|
static |
static lldb::thread_t lldb::SBHostOS::ThreadCreate |
( |
const char * |
name, |
|
|
void *(*)(void *) |
thread_function, |
|
|
void * |
thread_arg, |
|
|
lldb::SBError * |
err |
|
) |
| |
|
static |
static void lldb::SBHostOS::ThreadCreated |
( |
const char * |
name | ) |
|
|
static |
static bool lldb::SBHostOS::ThreadDetach |
( |
lldb::thread_t |
thread, |
|
|
lldb::SBError * |
err |
|
) |
| |
|
static |
static bool lldb::SBHostOS::ThreadJoin |
( |
lldb::thread_t |
thread, |
|
|
void ** |
result, |
|
|
lldb::SBError * |
err |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: