Home
last modified time | relevance | path

Searched defs:CPLThreadFunc (Results 1 – 11 of 11) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_multiproc.h53 typedef void (*CPLThreadFunc)(void *); typedef
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_multiproc.h57 typedef void (*CPLThreadFunc)(void *); typedef
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_multiproc.h57 typedef void (*CPLThreadFunc)(void *); typedef
H A Dcpl_multiproc.cpp732 int CPLCreateThread( CPLThreadFunc /* pfnMain */, void * /* pArg */) in CPLCreateThread() argument
743 CPLJoinableThread* CPLCreateJoinableThread( CPLThreadFunc /* pfnMain */, in CPLCreateJoinableThread() argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_multiproc.h57 typedef void (*CPLThreadFunc)(void *); typedef
H A Dcpl_multiproc.cpp732 int CPLCreateThread( CPLThreadFunc /* pfnMain */, void * /* pArg */) in CPLCreateThread() argument
743 CPLJoinableThread* CPLCreateJoinableThread( CPLThreadFunc /* pfnMain */, in CPLCreateJoinableThread() argument
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_multiproc.h57 typedef void (*CPLThreadFunc)(void *); typedef
H A Dcpl_multiproc.cpp732 int CPLCreateThread( CPLThreadFunc /* pfnMain */, void * /* pArg */) in CPLCreateThread() argument
743 CPLJoinableThread* CPLCreateJoinableThread( CPLThreadFunc /* pfnMain */, in CPLCreateJoinableThread() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-sys-0.2.0/prebuilt-bindings/
H A Dgdal_2.0.rs6993 pub type CPLThreadFunc = ::std::option::Option<unsafe extern "C" fn(arg1: *mut libc::c_void)>; typedef
7050 pub fn CPLCreateThread(pfnMain: CPLThreadFunc, pArg: *mut libc::c_void) -> libc::c_int; in CPLCreateThread()
7054 pfnMain: CPLThreadFunc, in CPLCreateJoinableThread()
H A Dgdal_2.1.rs7589 pub type CPLThreadFunc = ::std::option::Option<unsafe extern "C" fn(arg1: *mut libc::c_void)>; typedef
7650 pub fn CPLCreateThread(pfnMain: CPLThreadFunc, pArg: *mut libc::c_void) -> libc::c_int; in CPLCreateThread()
7654 pfnMain: CPLThreadFunc, in CPLCreateJoinableThread()
H A Dgdal_2.2.rs7896 pub type CPLThreadFunc = ::std::option::Option<unsafe extern "C" fn(arg1: *mut libc::c_void)>; typedef
7957 pub fn CPLCreateThread(pfnMain: CPLThreadFunc, pArg: *mut libc::c_void) -> libc::c_int; in CPLCreateThread()
7961 pfnMain: CPLThreadFunc, in CPLCreateJoinableThread()