P99

◆ pthread_key_create

#define pthread_key_create (   ...)    P99_CALL_DEFARG(pthread_key_create, 2, __VA_ARGS__)

Default arguments for POSIX function pthread_key_create.

This macro hides the function

int pthread_key_create(pthread_key_t *key, void (*destr_function) (void *))
See also
P99_CALL_DEFARG
Parameters
objpis required
destr_functiondefaults to 0

Definition at line 76 of file p99_posix_default.h.

pthread_key_create
#define pthread_key_create(...)
Default arguments for POSIX function pthread_key_create.
Definition: p99_posix_default.h:76