HomeSort by: relevance | last modified time | path
    Searched defs:jmp_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libpthread/
t_stack.c 50 struct jmp_ctx { struct
61 pthread_key_t jmp_key; /* jmp_ctx to return from SIGSEGV handler */
197 struct jmp_ctx *j = pthread_getspecific(C->jmp_key);
211 struct jmp_ctx j;
244 struct jmp_ctx j;
t_stack.c 50 struct jmp_ctx { struct
61 pthread_key_t jmp_key; /* jmp_ctx to return from SIGSEGV handler */
197 struct jmp_ctx *j = pthread_getspecific(C->jmp_key);
211 struct jmp_ctx j;
244 struct jmp_ctx j;

Completed in 23 milliseconds