OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LW_WCORE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/kern/
kern_sleepq.c
346
const int mask = LW_CANCELLED|LW_WEXIT|
LW_WCORE
|LW_PENDSIG;
364
if ((l->l_flag & (LW_CANCELLED|LW_WEXIT|
LW_WCORE
)) != 0) {
423
else if ((flag & (LW_CANCELLED | LW_WEXIT |
LW_WCORE
)) != 0)
sys_lwp.c
232
(l->l_flag & (
LW_WCORE
| LW_WEXIT)) != 0) {
267
if ((l->l_flag | t->l_flag) & (
LW_WCORE
| LW_WEXIT)) {
subr_pcu.c
175
/* If
LW_WCORE
, we are also releasing the state. */
176
if (__predict_false(l->l_flag &
LW_WCORE
)) {
kern_lwp.c
450
if ((curl->l_flag & (LW_WEXIT |
LW_WCORE
)) != 0) {
939
l2->l_flag |= (l1->l_flag & (LW_WEXIT | LW_WREBOOT |
LW_WCORE
));
1728
if ((f & (LW_PENDSIG |
LW_WCORE
| LW_WEXIT)) == LW_PENDSIG) {
kern_sig.c
1166
if ((prop & SA_KILL) != 0 && (l->l_flag &
LW_WCORE
) != 0) {
2235
*
LW_WCORE
will prevent us from coming back this way.
2239
l->l_flag |= (
LW_WCORE
| LW_WEXIT | LW_WSUSPEND);
2271
t->l_flag |= (
LW_WCORE
| LW_WEXIT);
/src/sys/sys/
lwp.h
263
#define
LW_WCORE
0x00080000 /* Stop for core dump on return to user */
307
|
LW_WCORE
| LW_LWPCTL | LW_CACHECRED)
Completed in 16 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025