Searched refs:dest_func (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
H A D3-1.c35 void dest_func(void *p) function
62 if (pthread_key_create(&key, dest_func) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
H A D2-1.c33 void dest_func(void *p) function
64 if (pthread_key_create(&key, dest_func) != 0) {

Completed in 118 milliseconds