Searched refs:idx2nd (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | specific.c | 70 unsigned int idx1st, idx2nd; member 78 unsigned int idx2nd = args->idx2nd; in pthread_key_delete_helper() local 88 th->p_specific[idx1st][idx2nd] = NULL; in pthread_key_delete_helper() 115 args.idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in pthread_key_delete() 138 self->p_specific[args.idx1st][args.idx2nd] = NULL; in pthread_key_delete() 152 unsigned int idx1st, idx2nd; in __pthread_setspecific() local 157 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in __pthread_setspecific() 164 THREAD_GETMEM_NC(self, p_specific, idx1st)[idx2nd] = (void *) pointer; in __pthread_setspecific() 176 unsigned int idx1st, idx2nd; in strong_alias() local 181 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in strong_alias() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | specific.c | 67 unsigned int idx1st, idx2nd; member 75 unsigned int idx2nd = args->idx2nd; in pthread_key_delete_helper() local 85 th->p_specific[idx1st][idx2nd] = NULL; in pthread_key_delete_helper() 112 args.idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in pthread_key_delete() 132 self->p_specific[args.idx1st][args.idx2nd] = NULL; in pthread_key_delete() 144 unsigned int idx1st, idx2nd; in __pthread_setspecific() local 149 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in __pthread_setspecific() 156 THREAD_GETMEM_NC(self, p_specific[idx1st])[idx2nd] = (void *) pointer; in __pthread_setspecific() 166 unsigned int idx1st, idx2nd; in strong_alias() local 171 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in strong_alias() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | specific.c | 80 unsigned int idx1st, idx2nd; in pthread_key_delete() local 83 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in pthread_key_delete() 88 th->p_specific[idx1st][idx2nd] = NULL; in pthread_key_delete() 102 unsigned int idx1st, idx2nd; in pthread_setspecific() local 107 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in pthread_setspecific() 114 THREAD_GETMEM_NC(self, p_specific[idx1st])[idx2nd] = (void *) pointer; in pthread_setspecific() 123 unsigned int idx1st, idx2nd; in pthread_getspecific() local 128 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in pthread_getspecific() 132 return THREAD_GETMEM_NC(self, p_specific[idx1st])[idx2nd]; in pthread_getspecific()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_setspecific.c | 32 unsigned int idx2nd; in __pthread_setspecific() local 61 idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in __pthread_setspecific() 82 level2 = &level2[idx2nd]; in __pthread_setspecific()
|
A D | pthread_getspecific.c | 41 unsigned int idx2nd = key % PTHREAD_KEY_2NDLEVEL_SIZE; in __pthread_getspecific() local 53 data = &level2[idx2nd]; in __pthread_getspecific()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/ |
A D | td_thr_tsd.c | 32 unsigned int idx2nd; in td_thr_tsd() local 62 idx2nd = tk % pthread_key_2ndlevel_size; in td_thr_tsd() 72 if (ps_pdread (th->th_ta_p->ph, &pds.p_specific[idx1st][idx2nd], &p, in td_thr_tsd()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_thr_tsd.c | 33 unsigned int idx2nd; in td_thr_tsd() local 63 idx2nd = tk % pthread_key_2ndlevel_size; in td_thr_tsd() 73 if (ps_pdread (th->th_ta_p->ph, &pds.p_specific[idx1st][idx2nd], &p, in td_thr_tsd()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_thr_tsd.c | 29 uint32_t pthread_key_2ndlevel_size, idx1st, idx2nd; in td_thr_tsd() local 54 idx2nd = tk % pthread_key_2ndlevel_size; in td_thr_tsd() 70 level1, pthread_key_data_level2, data, idx2nd); in td_thr_tsd()
|
Completed in 6 milliseconds