OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__exit_thread
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/thread/
kill_thread.c
4
extern void
__exit_thread
(void);
13
__exit_thread
();
19
* we end up going to
__exit_thread
.
21
thread->esp->eip =
__exit_thread
;
exit_thread.c
7
__noreturn
__exit_thread
(void)
function
thread_asm.S
36
jmp
__exit_thread
/* If we get here, kill the thread */
/external/syslinux/core/include/
thread.h
110
void
__exit_thread
(void);
Completed in 249 milliseconds