Searched refs:__f (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_cleanup_push.c11 cb->__f = f;
19 if (run) cb->__f(cb->__x);
H A Dpthread_create.c32 void (*f)(void *) = self->cancelbuf->__f;
/seL4-camkes-master/projects/musllibc/include/
H A Dmath.h43 static __inline unsigned __FLOAT_BITS(float __f) argument
45 union {float __f; unsigned __i;} __u; member in union:__anon302
46 __u.__f = __f;
49 static __inline unsigned long long __DOUBLE_BITS(double __f) argument
51 union {double __f; unsigned long long __i;} __u; member in union:__anon303
52 __u.__f = __f;
H A Dpthread.h201 void (*__f)(void *); member in struct:__ptcb

Completed in 34 milliseconds