Home
last modified time | relevance | path

Searched refs:tpp (Results 1 – 6 of 6) sorted by relevance

/nptl/
A Dnptl_free_tcb.c30 if (pd->tpp != NULL) in __nptl_free_tcb()
32 struct priority_protection_data *tpp = pd->tpp; in __nptl_free_tcb() local
34 pd->tpp = NULL; in __nptl_free_tcb()
35 free (tpp); in __nptl_free_tcb()
A Dtpp.c56 struct priority_protection_data *tpp = THREAD_GETMEM (self, tpp); in libc_hidden_def() local
60 if (tpp == NULL) in libc_hidden_def()
73 size_t size = sizeof *tpp; in libc_hidden_def()
75 * sizeof (tpp->priomap[0]); in libc_hidden_def()
76 tpp = calloc (size, 1); in libc_hidden_def()
77 if (tpp == NULL) in libc_hidden_def()
79 tpp->priomax = fifo_min_prio - 1; in libc_hidden_def()
80 THREAD_SETMEM (self, tpp, tpp); in libc_hidden_def()
90 int priomax = tpp->priomax; in libc_hidden_def()
109 if (tpp->priomap[i - fifo_min_prio]) in libc_hidden_def()
[all …]
A Dpthread_setschedparam.c46 if (__builtin_expect (pd->tpp != NULL, 0) in __pthread_setschedparam()
47 && pd->tpp->priomax > param->sched_priority) in __pthread_setschedparam()
50 p.sched_priority = pd->tpp->priomax; in __pthread_setschedparam()
A Dpthread_setschedprio.c45 if (__builtin_expect (pd->tpp != NULL, 0) && pd->tpp->priomax > prio) in __pthread_setschedprio()
46 param.sched_priority = pd->tpp->priomax; in __pthread_setschedprio()
A Ddescr.h380 struct priority_protection_data *tpp; member
A DMakefile208 tpp \

Completed in 10 milliseconds