Searched refs:initial_value (Results 1 – 2 of 2) sorted by relevance
4 INT tls_test_semaphore_create( TLS_TEST_SEMAPHORE** semaphore_ptr_ptr, UINT initial_value) in tls_test_semaphore_create() argument11 status = sem_init( semaphore_ptr, 1, initial_value); in tls_test_semaphore_create()
106 INT tls_test_semaphore_create( TLS_TEST_SEMAPHORE** semaphore_ptr_ptr, UINT initial_value);