OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:self_process
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
Process.h
41
class
self_process
;
95
static
self_process
*get_self();
105
class
self_process
: public process {
class in namespace:llvm::sys
110
virtual ~
self_process
();
138
self_process
();
/external/llvm/lib/Support/
Process.cpp
32
self_process
*process::get_self() {
35
static
self_process
*SP = new
self_process
();
40
// The destructor for the
self_process
subclass must never actually be
44
self_process
::~
self_process
() {
68
TimeValue
self_process
::get_wall_time() const {
Completed in 77 milliseconds