|
static int | pte_thread_detach_common (unsigned char threadShouldExit) |
|
static void | pte_threadDestroyCommon (pthread_t thread, unsigned char shouldThreadExit) |
|
void | pte_callUserDestroyRoutines (pthread_t thread) |
|
int | pte_cancellable_wait (pte_osSemaphoreHandle semHandle, unsigned int *timeout) |
|
int | pte_cond_check_need_init (pthread_cond_t *cond) |
|
int | pte_thread_detach_and_exit_np (void) |
|
int | pte_thread_detach_np (void) |
|
int | pte_getprocessors (int *count) |
|
int | pte_is_attr (const pthread_attr_t *attr) |
|
int | pte_mutex_check_need_init (pthread_mutex_t *mutex) |
|
pthread_t | pte_new (void) |
|
unsigned int | pte_relmillisecs (const struct timespec *abstime) |
|
pthread_t | pte_threadReusePop (void) |
|
void | pte_threadReusePush (pthread_t thread) |
|
void | pte_rwlock_cancelwrwait (void *arg) |
|
int | pte_rwlock_check_need_init (pthread_rwlock_t *rwlock) |
|
int | pte_spinlock_check_need_init (pthread_spinlock_t *lock) |
|
void | pte_threadDestroy (pthread_t thread) |
|
void | pte_threadExitAndDestroy (pthread_t thread) |
|
int | pte_threadStart (void *vthreadParms) |
|
void | pte_throw (unsigned int exception) |
|
void | pte_pop_cleanup_all (int execute) |
|
unsigned int | pte_get_exception_services_code (void) |
|
int | pte_tkAssocCreate (pte_thread_t *sp, pthread_key_t key) |
|
void | pte_tkAssocDestroy (ThreadKeyAssoc *assoc) |
|