Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-tsd3.c27 static pthread_key_t key2; variable
40 if (pthread_setspecific (key2, (void *) 1l) != 0) in destr1()
72 || pthread_setspecific (key2, (void *) 1l) != 0) in tf()
87 || pthread_key_create (&key2, destr2) != 0) in do_test()
117 if (pthread_getspecific (key2) != NULL) in do_test()
A Dtst-tsd1.c28 pthread_key_t key2; in do_test() local
94 err = pthread_key_create (&key2, NULL); in do_test()
101 if (key1 != key2) in do_test()
105 value = pthread_getspecific (key2); in do_test()
A DMakefile.in21 tst-key2 tst-key3 tst-key4 tst-kill1 tst-kill2 tst-kill3 \
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Dutil.c563 int key2; in on_key_esc() local
569 key2 = wgetch(win); in on_key_esc()
575 if (key == KEY_ESC && key2 == ERR) in on_key_esc()
577 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DREADME.NPTL205 nptl/tst-key2.c
A DChangeLog10966 * Makefile (tests): Add tst-key1, tst-key2, tst-key3.
10968 * tst-key2.c: New file.

Completed in 24 milliseconds