OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettid_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/util/
posix_logger.h
22
uint64_t (*
gettid_
)(); // Return the thread id for the current thread
member in class:leveldb::PosixLogger
24
PosixLogger(FILE* f, uint64_t (*gettid)()) : file_(f),
gettid_
(gettid) { }
29
const uint64_t thread_id = (*
gettid_
)();
Completed in 98 milliseconds