OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jmp_key
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libpthread/
t_stack.c
61
pthread_key_t
jmp_key
; /* jmp_ctx to return from SIGSEGV handler */
member in struct:ctx
173
RZ(pthread_key_create(&C->
jmp_key
, NULL));
197
struct jmp_ctx *j = pthread_getspecific(C->
jmp_key
);
220
pthread_setspecific(C->
jmp_key
, &j);
230
pthread_setspecific(C->
jmp_key
, NULL);
253
pthread_setspecific(C->
jmp_key
, &j);
263
pthread_setspecific(C->
jmp_key
, NULL);
t_stack.c
61
pthread_key_t
jmp_key
; /* jmp_ctx to return from SIGSEGV handler */
member in struct:ctx
173
RZ(pthread_key_create(&C->
jmp_key
, NULL));
197
struct jmp_ctx *j = pthread_getspecific(C->
jmp_key
);
220
pthread_setspecific(C->
jmp_key
, &j);
230
pthread_setspecific(C->
jmp_key
, NULL);
253
pthread_setspecific(C->
jmp_key
, &j);
263
pthread_setspecific(C->
jmp_key
, NULL);
Completed in 145 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025