Searched defs:counter (Results 1 – 8 of 8) sorted by relevance
7 int eventfd_read(int fd, eventfd_t *counter) in eventfd_read()17 int eventfd_write(int fd, eventfd_t counter) in eventfd_write()
17 typedef struct { volatile int counter; } atomic_t; member
42 u_int32_t counter[4]; member
1035 int oldv, counter; in pthread_mutex_lock() local1159 int counter; in pthread_mutex_trylock() local1265 int oldv, counter; in pthread_mutex_lock_timeout_np() local1408 __pthread_cond_pulse(pthread_cond_t *cond, int counter) in __pthread_cond_pulse()
19 typedef struct { int counter; } atomic_t; member
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" … argument
15 typedef struct { volatile int counter; } atomic_t; member
229 int counter; member