OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_thread
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpfiber.c
106
static struct thread *
current_thread
= NULL;
variable in typeref:struct:thread *
124
return
current_thread
;
248
current_thread
= next;
410
current_thread
= thread;
424
current_thread
->cookie = cookie;
425
return
current_thread
;
/src/usr.bin/mail/
thread.c
72
static struct thread_s
current_thread
= THREAD_INIT; /* the current thread */
variable in typeref:struct:thread_s
110
(void)printf("
current_thread
.t_head=%p\n",
current_thread
.t_head);
121
(void)printf("
current_thread
.t_head=%p\n",
current_thread
.t_head);
164
mp->m_plink->m_clink !=
current_thread
.t_head;
234
if (msgnum < 1 || msgnum >
current_thread
.t_msgCount)
236
mp =
current_thread
.t_msgtbl[msgnum - 1];
250
return
current_thread
.t_msgCount;
330
return
current_thread
.t_head ? current_thread.t_head->m_depth : 0
[
all
...]
Completed in 124 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025