OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptw32_cleanup_callback_t
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
cleanup.c
100
ptw32_cleanup_callback_t
routine, void *arg)
pthread.h
736
typedef void (* PTW32_CDECL
ptw32_cleanup_callback_t
)(void *);
typedef
744
ptw32_cleanup_callback_t
routine;
758
_cleanup.routine = (
ptw32_cleanup_callback_t
)(_rout); \
786
ptw32_push_cleanup( &_cleanup, (
ptw32_cleanup_callback_t
) (_rout), (_arg) ); \
814
ptw32_cleanup_callback_t
cleanUpRout;
830
ptw32_cleanup_callback_t
routine,
863
PThreadCleanup cleanup((
ptw32_cleanup_callback_t
)(_rout), \
974
ptw32_cleanup_callback_t
routine,
[
all
...]
Completed in 33 milliseconds