OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tid_count
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
tid.c
34
static uint32_t
tid_count
= 0;
variable
48
REQUIRE(
tid_count
== 0 ||
tid_count
== count);
49
tid_count
= count;
58
return
tid_count
;
tid.c
34
static uint32_t
tid_count
= 0;
variable
48
REQUIRE(
tid_count
== 0 ||
tid_count
== count);
49
tid_count
= count;
58
return
tid_count
;
/src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.c
290
pthread_t
tid_count
;
local
600
err = pthread_create(&
tid_count
, NULL, thr_count,
684
err = pthread_join(
tid_count
, &tret);
test_urcu_hash.c
290
pthread_t
tid_count
;
local
600
err = pthread_create(&
tid_count
, NULL, thr_count,
684
err = pthread_join(
tid_count
, &tret);
Completed in 61 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026