Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 3 of 3) sorted by relevance

/nptl/
A Dtst-tls3mod.c37 static __thread void (*fp) (void); variable
50 fp (); in handler()
69 if (fp != NULL) in tf()
75 fp = arg; in tf()
A Dpthread_getattr_np.c85 FILE *fp = fopen ("/proc/self/maps", "rce"); in __pthread_getattr_np() local
86 if (fp == NULL) in __pthread_getattr_np()
108 __fsetlocking (fp, FSETLOCKING_BYCALLER); in __pthread_getattr_np()
120 while (! feof_unlocked (fp)) in __pthread_getattr_np()
122 if (__getline (&line, &linelen, fp) <= 0) in __pthread_getattr_np()
165 fclose (fp); in __pthread_getattr_np()
A Dtst-pthread-gdb-attach.c93 FILE *fp = xfopen (path, "w"); in write_gdbscript() local
94 fprintf (fp, in write_gdbscript()
118 fp); in write_gdbscript()
119 xfclose (fp); in write_gdbscript()

Completed in 7 milliseconds