Searched refs:s_global_counter (Results 1 – 1 of 1) sorted by relevance
163 static int *s_global_counter = &s_req_processed; variable3024 s_global_counter = s_accepting_workers + 1; in lsapi_init_children_status()3025 s_avail_pages = (size_t *)(s_global_counter + 1); in lsapi_init_children_status()4396 return __atomic_add_fetch(s_global_counter, cnt, __ATOMIC_SEQ_CST); in LSAPI_Inc_Req_Processed()
Completed in 13 milliseconds