X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Fposix-thread-specific-data.html;fp=doc%2Fhtml%2Fref%2Fposix-thread-specific-data.html;h=0000000000000000000000000000000000000000;hb=739c21725ce2774a605a0f1de3edaac2c43aea0f;hp=df03d25c814dea1507a8ce9bb2ace872d6cce335;hpb=ae71e0fa8076a1b59600b3a0ea10155a2cb534ae;p=karo-tx-redboot.git diff --git a/doc/html/ref/posix-thread-specific-data.html b/doc/html/ref/posix-thread-specific-data.html deleted file mode 100644 index df03d25c..00000000 --- a/doc/html/ref/posix-thread-specific-data.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - -Thread-Specific Data [POSIX Section 17] -
eCos Reference Manual
PrevChapter 31. POSIX Standard SupportNext

Thread-Specific Data [POSIX Section 17]

Functions Implemented

int pthread_key_create(pthread_key_t *key,
-	               void (*destructor)(void *)); 
-int pthread_setspecific(pthread_key_t key, const void *pointer); 
-void *pthread_getspecific(pthread_key_t key); 
-int pthread_key_delete(pthread_key_t key);

Functions Omitted

<none>

Notes


PrevHomeNext
Thread Management [POSIX Section 16]UpThread Cancellation [POSIX Section 18]
\ No newline at end of file