atomic_fetchadd_int works on unsigned quantities - change
sigev_generation to be unsigned MFC after: 1 month
This commit is contained in:
parent
e77d7f7143
commit
650fff26e1
@ -51,7 +51,7 @@ LIST_HEAD(sigev_list_head, sigev_node);
|
||||
static struct sigev_list_head sigev_hash[HASH_QUEUES];
|
||||
static struct sigev_list_head sigev_all;
|
||||
static LIST_HEAD(,sigev_thread) sigev_threads;
|
||||
static int sigev_generation;
|
||||
static unsigned int sigev_generation;
|
||||
static pthread_mutex_t *sigev_list_mtx;
|
||||
static pthread_once_t sigev_once = PTHREAD_ONCE_INIT;
|
||||
static pthread_once_t sigev_once_default = PTHREAD_ONCE_INIT;
|
||||
|
Loading…
Reference in New Issue
Block a user