HomeSort by relevance Sort by last modified time
    Searched refs:KEY_VALUE (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
1-1.c 28 #define KEY_VALUE 0
42 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
52 if (rc != (void *)(long)(i + KEY_VALUE)) {
55 (i + KEY_VALUE), (long)rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
1-1.c 30 #define KEY_VALUE 0
45 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
55 if (rc != (void *)(long)(i + KEY_VALUE)) {
58 (long)(i + KEY_VALUE), (long)rc);
3-1.c 29 #define KEY_VALUE 1000
45 if (pthread_setspecific(key, (void *)(KEY_VALUE)) != 0) {
1-2.c 29 #define KEY_VALUE 1000
33 /* Thread function that sets the key to KEY_VALUE */
36 /* Set the key to KEY_VALUE */
37 if (pthread_setspecific(keys[i], (void *)(KEY_VALUE)) != 0) {
59 * use pthread_setspecific with the same KEY_VALUE */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
1-1.c 29 #define KEY_VALUE 0
43 (keys[i], (void *)(long)(i + KEY_VALUE)) != 0) {
46 (i + KEY_VALUE));
55 if (rc != (void *)(long)(i + KEY_VALUE)) {
58 (long)(i + KEY_VALUE), (long)rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
1-2.c 32 #define KEY_VALUE 100
45 if (pthread_setspecific(keys[i], (void *)(long)(KEY_VALUE + i))
2-1.c 27 #define KEY_VALUE 1000
47 if (pthread_setspecific(key, (void *)(KEY_VALUE)) != 0) {
  /external/kotlinc/lib/
kotlin-annotation-processing-cli.jar 
kotlin-annotation-processing.jar 

Completed in 133 milliseconds