HomeSort by: relevance | last modified time | path
    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 26 milliseconds