OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_key
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.cc
188
void *TSDAllocWorker(void *
test_key
) {
189
if (
test_key
) {
191
pthread_setspecific(*(pthread_key_t*)
test_key
, mem);
198
pthread_key_t
test_key
;
local
199
pthread_key_create(&
test_key
, CallFreeOnWorkqueue);
200
PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &
test_key
);
202
pthread_key_delete(
test_key
);
asan_test.cc
164
void *TSDWorker(void *
test_key
) {
165
if (
test_key
) {
166
pthread_setspecific(*(pthread_key_t*)
test_key
, (void*)0xfeedface);
187
pthread_key_t
test_key
;
local
188
pthread_key_create(&
test_key
, TSDDestructor);
189
PTHREAD_CREATE(&th, NULL, TSDWorker, &
test_key
);
191
pthread_key_delete(
test_key
);
/src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c
501
static int
test_key
(int idx)
function
710
ADD_ALL_TESTS(
test_key
, OSSL_NELEM(test_stanzas));
/src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c
504
static int
test_key
(int idx)
function
721
ADD_ALL_TESTS(
test_key
, OSSL_NELEM(test_stanzas));
/src/crypto/external/bsd/openssh/dist/
ssh-add.c
479
test_key
(int agent_fd, const char *filename)
function
990
r |=
test_key
(agent_fd, argv[i]);
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026