HomeSort by relevance Sort by last modified time
    Searched full:unlockfunc (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
share.c 57 curl_unlock_function unlockfunc; local
156 unlockfunc = va_arg(param, curl_unlock_function);
157 share->unlockfunc = unlockfunc;
186 if(share->unlockfunc)
187 share->unlockfunc(NULL, CURL_LOCK_DATA_SHARE, share->clientdata);
208 if(share->unlockfunc)
209 share->unlockfunc(NULL, CURL_LOCK_DATA_SHARE, share->clientdata);
243 if(share->unlockfunc) /* only call this if set! */
244 share->unlockfunc (data, type, share->clientdata)
    [all...]
share.h 45 curl_unlock_function unlockfunc; member in struct:Curl_share
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 102 typedef status_t (*unlockFunc) (android::GraphicBuffer* buffer);
108 unlockFunc unlock;

Completed in 216 milliseconds