OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__atexit_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
atexit.c
77
mutex_t
__atexit_mutex
;
variable in typeref:typename:mutex_t
88
*
__atexit_mutex
must be held.
108
* handler. Allocate a new one. We keep the
__atexit_mutex
117
* Initialize
__atexit_mutex
with the PTHREAD_MUTEX_RECURSIVE attribute.
127
mutex_init(&
__atexit_mutex
, &atexit_mutex_attr);
156
mutex_lock(&
__atexit_mutex
);
160
mutex_unlock(&
__atexit_mutex
);
171
mutex_unlock(&
__atexit_mutex
);
198
mutex_lock(&
__atexit_mutex
);
243
mutex_unlock(&
__atexit_mutex
);
[
all
...]
atexit.c
77
mutex_t
__atexit_mutex
;
variable in typeref:typename:mutex_t
88
*
__atexit_mutex
must be held.
108
* handler. Allocate a new one. We keep the
__atexit_mutex
117
* Initialize
__atexit_mutex
with the PTHREAD_MUTEX_RECURSIVE attribute.
127
mutex_init(&
__atexit_mutex
, &atexit_mutex_attr);
156
mutex_lock(&
__atexit_mutex
);
160
mutex_unlock(&
__atexit_mutex
);
171
mutex_unlock(&
__atexit_mutex
);
198
mutex_lock(&
__atexit_mutex
);
243
mutex_unlock(&
__atexit_mutex
);
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025