OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lwp
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/arch-mips/include/machine/
elf_machdep.h
187
int mips_netbsd_elf32_probe(struct
lwp
*, struct exec_package *, void *, char *,
189
void coredump_elf32_setup(struct
lwp
*, void *);
191
int mips_netbsd_elf64_probe(struct
lwp
*, struct exec_package *, void *, char *,
193
void coredump_elf64_setup(struct
lwp
*, void *);
/external/valgrind/main/coregrind/
m_threadstate.c
147
/* Given an
LWP
id (ie, real kernel thread id), find the corresponding
149
ThreadId VG_(lwpid_to_vgtid)(Int
lwp
)
155
&& VG_(threads)[tid].os_state.lwpid ==
lwp
)
/bionic/libc/arch-arm/include/machine/
elf_machdep.h
134
int arm_netbsd_elf32_probe(struct
lwp
*, struct exec_package *, void *, char *,
/bionic/libc/include/sys/
exec_elf.h
907
* where "nn" is the lwpid of the
LWP
that the information belongs
[
all
...]
/external/chromium_org/tools/cygprofile/
cygprofile.cc
138
//
LWP
(light-weight process) is a unique ID of the thread in the system,
174
// "cyglog.PID.
LWP
.pthread_self.PPID"
257
// that, PID and
LWP
will remain the same, but pthread_self() changes.
258
pid_t
lwp
= GetLwp();
local
259
CHECK(tls_current_log->lwp_ !=
lwp
); //
LWP
is system-wide unique thread ID.
260
tls_current_log->lwp_ =
lwp
;
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
297
StartupBrowserCreatorImpl
lwp
(cur_dir, command_line, this, is_first_run);
312
const bool launched =
lwp
.Launch(profile, urls_to_launch,
/external/chromium/chrome/browser/ui/
browser_init.cc
543
BrowserInit::LaunchWithProfile
lwp
(cur_dir, command_line, this);
546
bool launched =
lwp
.Launch(profile, urls_to_launch, process_startup);
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h
225
#include <sys/
lwp
.h>
Completed in 199 milliseconds