/libpthread/nptl_db/ |
A D | td_symbol_list.c | 32 # define DB_SYMBOL(name) \ argument 34 # define DB_FUNCTION(name) \ argument 36 # define DB_VARIABLE(name) \ argument
|
A D | db_info.c | 48 #define DESC(name, offset, obj) \ argument 50 #define ARRAY_DESC(name, offset, obj) \ argument 75 #define DB_VARIABLE(name) DESC (_thread_db_##name, 0, name) argument 76 #define DB_ARRAY_VARIABLE(name) ARRAY_DESC (_thread_db_##name, 0, name) argument 77 #define DB_SYMBOL(name) /* Nothing. */ argument 78 #define DB_FUNCTION(name) /* Nothing. */ argument
|
A D | thread_dbP.h | 41 # define DB_SYMBOL(name) SYM_##name, argument 42 # define DB_FUNCTION(name) SYM_##name, argument 43 # define DB_VARIABLE(name) SYM_##name, SYM_DESC_##name, argument 74 #define DB_DEFINE_DESC(name, size, nelem, offset) \ argument 94 # define DB_SYMBOL(name) \ argument 96 # define DB_FUNCTION(name) \ argument 98 # define DB_VARIABLE(name) \ argument 153 #define DB_GET_SYMBOL(var, ta, name) \ argument 185 #define DB_GET_VALUE(var, ta, name, idx) \ argument 217 #define DB_PUT_VALUE(ta, name, idx, value) \ argument
|
/libpthread/linuxthreads/ |
A D | wrapsyscall.c | 43 #define CANCELABLE_SYSCALL(res_type, name, param_list, params) \ argument 57 #define CANCELABLE_SYSCALL_VA(res_type, name, param_list, params, last_arg) \ argument
|
/libpthread/nptl/sysdeps/pthread/ |
A D | setxid.h | 29 # define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument 32 # define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument 43 # define INLINE_SETXID_SYSCALL(name, nr, args...) \ argument
|
A D | list.h | 36 #define LIST_HEAD(name) \ argument
|
/libpthread/linuxthreads/sysdeps/bfin/ |
A D | pt-machine.h | 70 # define PTHREAD_STATIC_FN_REQUIRE(name) argument 72 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " "_"#name); argument
|
/libpthread/nptl/ |
A D | sem_unlink.c | 29 const char *name) in sem_unlink()
|
A D | pthread_setname.c | 31 pthread_setname_np (pthread_t th, const char *name) in pthread_setname_np()
|
A D | semaphoreP.h | 37 char name[0]; member
|
A D | sem_open.c | 169 check_add_mapping (const char *name, size_t namelen, int fd, sem_t *existing) in check_add_mapping() 242 sem_open (const char *name, int oflag, ...) in sem_open()
|
A D | pthreadP.h | 562 # define PTHREAD_STATIC_FN_REQUIRE(name) argument 564 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " #name); argument
|
/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | not-cancel.h | 26 #define open_not_cancel(name, flags, mode) \ argument 29 #define open_not_cancel_2(name, flags) \ argument 33 #define open_not_cancel(name, flags, mode) \ argument 35 #define open_not_cancel_2(name, flags) \ argument
|
/libpthread/linuxthreads/sysdeps/pthread/ |
A D | not-cancel.h | 26 #define open_not_cancel(name, flags, mode) \ argument 29 #define open_not_cancel_2(name, flags) \ argument 33 #define open_not_cancel(name, flags, mode) \ argument 35 #define open_not_cancel_2(name, flags) \ argument
|