OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wchan
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/sys/
pool.h
244
const char *
wchan
;
member in struct:link_pool_init
247
#define POOL_INIT(pp, size, align, align_offset, flags,
wchan
, palloc) \
250
{ &pp, size, align, align_offset, flags,
wchan
, palloc } \
/frameworks/base/core/proto/android/os/
ps.proto
53
optional string
wchan
= 8;
/frameworks/base/cmds/incident_helper/tests/
PsParser_test.cpp
255
if (g.
wchan
() != e.
wchan
()) {
256
fprintf(stderr, "prcs[%d]: Invalid
wchan
. Got %s, want %s\n", i, g.
wchan
().c_str(), e.
wchan
().c_str());
Completed in 231 milliseconds