#include <dx_sync.h>
|
::HANDLE | current () try |
| Windows current process bill thinks its a good idea to return pseudo handle -1 @ GetCurrentProcessHandle(). This converts the pseudo process handle into a real process handle that is valid in the context of other processes, or that can be inherited by other processes.
|
|
static std::string | name (pid_t pid) |
|
◆ process() [1/3]
◆ process() [2/3]
dx::process::process |
( |
const char * | path, |
|
|
const char * | cmd = nullptr ) |
|
inlinenoexcept |
◆ process() [3/3]
dx::process::process |
( |
const char * | path, |
|
|
char * | cmd = nullptr ) |
|
inline |
◆ current()
::HANDLE dx::process::current |
( |
| ) |
|
|
inlinestatic |
Windows current process bill thinks its a good idea to return pseudo handle -1 @ GetCurrentProcessHandle(). This converts the pseudo process handle into a real process handle that is valid in the context of other processes, or that can be inherited by other processes.
◆ dx_catchall_rethrow() [1/3]
dx::process::dx_catchall_rethrow |
( |
| ) |
|
|
inlinepure virtual |
◆ dx_catchall_rethrow() [2/3]
dx::process::dx_catchall_rethrow |
( |
| ) |
|
|
inline |
◆ dx_catchall_rethrow() [3/3]
dx::process::dx_catchall_rethrow |
( |
| ) |
|
|
inlinenoexcept |
◆ name() [1/2]
std::string dx::process::name |
( |
| ) |
|
|
inline |
◆ name() [2/2]
static std::string dx::process::name |
( |
pid_t | pid | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: