Searched defs:object (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A Deabi.c38 * variable from the shared object that contains the constructor/destructor
44 __aeabi_atexit (void *object, void (*destructor) (void *), void *dso_handle) argument
46 return __cxa_atexit(destructor, object, dso_handle);
/bionic/libc/bionic/
H A Dpthread_debug.c419 static void initMutexInfo(MutexInfo* object, pthread_mutex_t* mutex) { argument
420 object->owner = 0;
421 object->prev = 0;
422 object->next = 0;
423 object->lockCount = 0;
424 object->historyMark = 0;
425 object->mutex = mutex;
426 growingListInit(&object->children);
427 growingListInit(&object->parents);
428 growingListInit(&object
437 initThreadInfo(ThreadInfo* object, pid_t pid) argument
612 mutex_lock_checked(MutexInfo* mrl, MutexInfo* object) argument
664 mutex_unlock_checked(MutexInfo* object) argument
[all...]

Completed in 84 milliseconds