OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_gmonkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/gmon/
mcount.c
93
extern thread_key_t
_gmonkey
;
147
p = thr_getspecific(
_gmonkey
);
150
thr_setspecific(
_gmonkey
, &_gmondummy);
/src/lib/libc/gmon/
gmon.c
99
thread_key_t
_gmonkey
;
variable in typeref:typename:thread_key_t
186
thr_keycreate(&
_gmonkey
, _m_gmon_destructor);
200
thr_setspecific(
_gmonkey
, &_gmondummy);
215
thr_setspecific(
_gmonkey
, NULL);
254
thr_setspecific(
_gmonkey
, p);
Completed in 11 milliseconds
Indexes created Wed Oct 29 03:09:52 GMT 2025