Home
last modified time | relevance | path

Searched refs:p (Results 1 – 7 of 7) sorted by relevance

/nptl/
A Dtst-thread-setspecific.c32 void *p = malloc (1); /* Deliberately uninitialized. */ in do_test() local
33 pthread_setspecific (pthread_self (), p); in do_test()
37 return p == q; in do_test()
A Dpthread_setschedparam.c41 struct sched_param p; in __pthread_setschedparam() local
49 p = *param; in __pthread_setschedparam()
50 p.sched_priority = pd->tpp->priomax; in __pthread_setschedparam()
51 param = &p; in __pthread_setschedparam()
A Dtst-stackguard1.c180 unsigned char *p = (unsigned char *) &default_guard; in do_test() local
181 p[sizeof (uintptr_t) - 1] = 255; in do_test()
182 p[sizeof (uintptr_t) - 2] = '\n'; in do_test()
183 p[0] = 0; in do_test()
A Dpthread_attr_getaffinity.c47 void *p = mempcpy (cpuset, iattr->extension->cpuset, in __pthread_attr_getaffinity_new() local
50 memset (p, '\0', cpusetsize - iattr->extension->cpusetsize); in __pthread_attr_getaffinity_new()
A Dtst-stack2.c29 tf (void *p) in tf() argument
A Dtst-stack4.c53 dso_process (void * p) in dso_process() argument
59 int t = (int) (uintptr_t) p; in dso_process()
A Dtst-stack3.c35 tf (void *p) in tf() argument

Completed in 37 milliseconds