OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_thread
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/
pub_core_scheduler.h
44
extern void VG_(
exit_thread
)(ThreadId tid);
/hardware/qcom/audio/visualizer/
offload_visualizer.c
156
bool
exit_thread
;
variable
200
exit_thread
= false;
332
if (
exit_thread
) {
438
exit_thread
= false;
477
exit_thread
= true;
[
all
...]
/external/kernel-headers/original/linux/
sched.h
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
362
void VG_(
exit_thread
)(ThreadId tid)
function
375
print_sched_event(tid, "release lock in VG_(
exit_thread
)");
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c
211
VG_(
exit_thread
)(tid);
217
prevent a subtle race. If VG_(
exit_thread
)() had left the
220
Instead, VG_(
exit_thread
) leaves it as Zombie to prevent
[
all
...]
syswrap-darwin.c
275
VG_(
exit_thread
)(tid);
[
all
...]
Completed in 169 milliseconds