Searched defs:tid (Results 1 - 12 of 12) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/stdio/
H A D__lockfile.c6 int owner, tid = __pthread_self()->tid; local
H A Dftrylockfile.c24 int tid = self->tid; local
/seL4-camkes-master/projects/musllibc/src/signal/
H A Draise.c8 int tid, ret; local
/seL4-camkes-master/projects/musllibc/src/thread/
H A D__unmapself.c20 int tid=__pthread_self()->tid; local
H A Dpthread_mutex_trylock.c8 int tid = self->tid; local
H A Dsynccall.c13 int tid; member in struct:chain
108 int tid = atoi(de->d_name); local
[all...]
/seL4-camkes-master/projects/musllibc/src/aio/
H A Daio_suspend.c12 int i, tid = 0, ret, expect = 0; local
/seL4-camkes-master/projects/musllibc/src/sched/
H A Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) argument
17 static int do_getaffinity(pid_t tid, size_t size, cpu_set_t *set) argument
25 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t *set) argument
/seL4-camkes-master/projects/global-components/components/TimeServer/src/
H A Dtime_server.c59 static inline unsigned int get_time_token(int cid, int tid) argument
68 int tid = ((int) token) % timers_per_client; local
90 static int _oneshot_relative(int cid, int tid, uint64_t ns) argument
109 _oneshot_absolute(int cid, int tid, uint64_t ns) argument
133 _periodic(int cid, int tid, uint64_t ns) argument
152 _stop(int cid, int tid) argument
[all...]
/seL4-camkes-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dvsyscall.c81 int *tid = va_arg(ap, int *); local
/seL4-camkes-master/projects/util_libs/libutils/src/
H A Dzf_log.c215 static void pid_callback(int *const pid, int *const tid) argument
299 int pid, tid; local
[all...]
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dpthread_impl.h20 pid_t tid, pid; member in struct:pthread

Completed in 68 milliseconds