Searched defs:dupname (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/
H A Drwlock_test.c99 void *dupname; local
113 dupname = strdup(name);
114 RUNTIME_CHECK(dupname != NULL);
116 RUNTIME_CHECK(isc_thread_create(run1, dupname,
120 RUNTIME_CHECK(isc_thread_create(run2, dupname,

Completed in 10 milliseconds