OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__pthread_cleanup_func_t
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
pthread_exit.cpp
51
void __pthread_cleanup_push(__pthread_cleanup_t* c,
__pthread_cleanup_func_t
routine, void* arg) {
/bionic/libc/include/
pthread.h
279
typedef void (*
__pthread_cleanup_func_t
)(void*);
typedef
283
__pthread_cleanup_func_t
__cleanup_routine;
287
void __pthread_cleanup_push(__pthread_cleanup_t* c,
__pthread_cleanup_func_t
, void*);
Completed in 56 milliseconds