Home
last modified time | relevance | path

Searched refs:__td_eventword (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dthread_db.h123 #define __td_eventword(n) \ macro
141 (((setp)->event_bits[__td_eventword (n)]) |= __td_eventmask (n))
143 (((setp)->event_bits[__td_eventword (n)]) &= ~__td_eventmask (n))
145 (__td_eventmask (n) & ((setp)->event_bits[__td_eventword (n)]))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dthread_db.h123 #define __td_eventword(n) \ macro
141 (((setp)->event_bits[__td_eventword (n)]) |= __td_eventmask (n))
143 (((setp)->event_bits[__td_eventword (n)]) &= ~__td_eventmask (n))
145 (__td_eventmask (n) & ((setp)->event_bits[__td_eventword (n)]))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dthread_db.h123 #define __td_eventword(n) \ macro
141 (((setp)->event_bits[__td_eventword (n)]) |= __td_eventmask (n))
143 (((setp)->event_bits[__td_eventword (n)]) &= ~__td_eventmask (n))
145 (__td_eventmask (n) & ((setp)->event_bits[__td_eventword (n)]))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dcreatethread.c193 const int _idx = __td_eventword (TD_CREATE); in create_thread()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Djoin.c52 int idx = __td_eventword (TD_DEATH); in strong_alias()
A Dmanager.c723 int idx = __td_eventword (TD_CREATE); in pthread_handle_create()
948 int idx = __td_eventword (TD_REAP); in pthread_exited()
A Dpthread.c724 int idx = __td_eventword (TD_CREATE); in __pthread_initialize_manager()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Djoin.c59 int idx = __td_eventword (TD_DEATH); in libpthread_hidden_def()
A Dmanager.c584 int idx = __td_eventword (TD_CREATE); in pthread_handle_create()
779 int idx = __td_eventword (TD_REAP); in pthread_exited()
A Dpthread.c558 int idx = __td_eventword (TD_CREATE); in __pthread_initialize_manager()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_create.c317 const int idx = __td_eventword (TD_DEATH); in start_thread()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c791 int idx = __td_eventword (TD_CREATE); in __pthread_initialize_manager()

Completed in 34 milliseconds